Release version 0.2.0

This commit is contained in:
Anthony Oteri
2023-09-29 18:09:46 -04:00
parent b4d6002a20
commit de42860be8
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "dredge" name = "dredge"
version = "0.1.0" version = "0.2.0"
edition = "2021" edition = "2021"
authors = ["Anthony Oteri"] authors = ["Anthony Oteri"]
description = "A Command Line tool for interracting with the Docker Registry API" description = "A Command Line tool for interracting with the Docker Registry API"
+5
View File
@@ -8,6 +8,11 @@
registry which requires authentication will fail. registry which requires authentication will fail.
## Changelog ## Changelog
- v0.2.0
- Support deleting an image tag by Anthony Oteri fbe43f0
- Replace femme logger with simple_logger by Anthony Oteri 13ae092
- v0.1.0 - v0.1.0
- Additional scripts for managing the release process by Anthony Oteri cfdefb2 - Additional scripts for managing the release process by Anthony Oteri cfdefb2
+4
View File
@@ -0,0 +1,4 @@
- v0.2.0
- Support deleting an image tag by Anthony Oteri fbe43f0
- Replace femme logger with simple_logger by Anthony Oteri 13ae092