Release version 1.0.1

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-28 12:00:29 +01:00
parent d76e064556
commit 051a8d14c7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## [1.0.1] - 2025-12-28
* Added CI with unit tests and stable tag automation; packaged project as Python CLI
## [1.0.0] - 2025-12-28 ## [1.0.0] - 2025-12-28
* Official Release 🥳 * Official Release 🥳

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "dockreap" name = "dockreap"
version = "1.0.0" version = "1.0.1"
description = "Remove unused anonymous Docker volumes (with symlink cleanup)." description = "Remove unused anonymous Docker volumes (with symlink cleanup)."
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"