Release version 1.0.0

This commit is contained in:
Anthony Oteri
2023-10-02 13:44:53 -04:00
parent 02dd2ec90a
commit a5885a56ee
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dredge-tool"
version = "0.2.0"
version = "1.0.0"
edition = "2021"
authors = ["Anthony Oteri"]
description = "A Command Line tool for interracting with the Docker Registry API"
+7
View File
@@ -6,6 +6,13 @@
registry which requires authentication will fail.
## Changelog
- v1.0.0
- Rename project to dredge-tool by Anthony Oteri b60d433
- Replace async_std::test with tokio::test by Anthony Oteri 42f8f46
- Replace async-std with tokio by Anthony Oteri 80d1acf
- Update known issues in release notes by Anthony Oteri 12dd298
- v0.2.0
- Support deleting an image tag by Anthony Oteri fbe43f0
+6
View File
@@ -0,0 +1,6 @@
- v1.0.0
- Rename project to dredge-tool by Anthony Oteri b60d433
- Replace async_std::test with tokio::test by Anthony Oteri 42f8f46
- Replace async-std with tokio by Anthony Oteri 80d1acf
- Update known issues in release notes by Anthony Oteri 12dd298