Release version 1.0.1
Some checks failed
CI (unit tests, stable tag) / test (push) Has been cancelled
Some checks failed
CI (unit tests, stable tag) / test (push) Has been cancelled
This commit is contained in:
@@ -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 🥳
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user