Release version 1.1.0

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-12 09:08:22 +01:00
parent fa2a92481d
commit 7ab02573ed
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## [1.1.0] - 2025-12-12
* Added *branch drop* for destructive branch deletion and introduced *--force/-f* flags for branch close and branch drop to skip confirmation prompts.
## [1.0.0] - 2025-12-11
* **1.0.0 Official Stable Release 🎉**

View File

@@ -36,7 +36,7 @@
rec {
pkgmgr = pyPkgs.buildPythonApplication {
pname = "package-manager";
version = "1.0.0";
version = "1.1.0";
# Use the git repo as source
src = ./.;

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "package-manager"
version = "1.0.0"
version = "1.1.0"
description = "Kevin's package-manager tool (pkgmgr)"
readme = "README.md"
requires-python = ">=3.11"