Release version 1.6.2

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-14 12:58:35 +01:00
parent 03e414cc9f
commit 9895ea9d10
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## [1.6.2] - 2025-12-14
* **pkgmgr version** now also shows the installed pkgmgr version when run outside a repository.
## [1.6.1] - 2025-12-14
* * Added automatic retry handling for GitHub 403 / rate-limit errors during Nix flake installs (Fibonacci backoff with jitter).

View File

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

View File

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