Release version 0.10.1

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-11 18:38:15 +01:00
parent a3b21f23fc
commit fbdfee074e
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
## [0.10.1] - 2025-12-11
* Fixed Debian\Ubuntu to pass container e2e tests
## [0.10.0] - 2025-12-11
* **Changes since v0.9.1**

View File

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

View File

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