Compare commits
2 Commits
d76e064556
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fae3b4a386 | ||
|
|
6675c8bdbb |
@@ -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
|
||||
|
||||
* Official Release 🥳
|
||||
|
||||
2
MIRRORS
2
MIRRORS
@@ -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@git.veen.world:2201/kevinveenbirkenbach/dockreap.git
|
||||
https://pypi.org/project/dockreap/
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "dockreap"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "Remove unused anonymous Docker volumes (with symlink cleanup)."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
Reference in New Issue
Block a user