From c7305f8cc4b025821ded5f32e7d799449797c097 Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Mon, 2 Oct 2023 13:44:53 -0400 Subject: [PATCH] Release version 1.0.0 --- Cargo.toml | 2 +- RELEASE_NOTES.md | 7 +++++++ docs/changelog-v0.2.0-v1.0.0.md | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/changelog-v0.2.0-v1.0.0.md diff --git a/Cargo.toml b/Cargo.toml index 73dd849..ea30409 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 61e8fe9..633ab66 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/docs/changelog-v0.2.0-v1.0.0.md b/docs/changelog-v0.2.0-v1.0.0.md new file mode 100644 index 0000000..144ea0d --- /dev/null +++ b/docs/changelog-v0.2.0-v1.0.0.md @@ -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 \ No newline at end of file