mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Release version 1.0.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dredge-tool"
|
name = "dredge-tool"
|
||||||
version = "0.2.0"
|
version = "1.0.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"
|
||||||
|
|||||||
@@ -6,6 +6,13 @@
|
|||||||
registry which requires authentication will fail.
|
registry which requires authentication will fail.
|
||||||
|
|
||||||
## Changelog
|
## 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
|
- v0.2.0
|
||||||
|
|
||||||
- Support deleting an image tag by Anthony Oteri fbe43f0
|
- Support deleting an image tag by Anthony Oteri fbe43f0
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user