2 Commits

Author SHA1 Message Date
Kevin Veen-Birkenbach
fae3b4a386 Optimized mirrors
Some checks failed
CI (unit tests, stable tag) / test (push) Has been cancelled
2025-12-28 12:11:46 +01:00
Kevin Veen-Birkenbach
6675c8bdbb Release version 1.0.1
Some checks failed
CI (unit tests, stable tag) / test (push) Has been cancelled
2025-12-28 12:00:29 +01:00
3 changed files with 7 additions and 2 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

@@ -1,4 +1,4 @@
git@github.com:kevinveenbirkenbach/dockreap.git git@github.com:kevinveenbirkenbach/docker-volume-cleaner.git
ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/dockreap.git ssh://git@code.infinito.nexus:2201/kevinveenbirkenbach/dockreap.git
ssh://git@git.veen.world:2201/kevinveenbirkenbach/dockreap.git ssh://git@git.veen.world:2201/kevinveenbirkenbach/dockreap.git
https://pypi.org/project/dockreap/ https://pypi.org/project/dockreap/

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"