From 5e7d0e4e1eb436546b85596784ca159d755aba4e Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 3 Oct 2023 09:55:09 -0400 Subject: [PATCH] Release version 1.1.0 --- Cargo.toml | 2 +- RELEASE_NOTES.md | 9 +++++++++ docs/changelog-v1.0.0-v1.1.0.md | 3 +++ docs/release-notes-template.md | 5 +++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/changelog-v1.0.0-v1.1.0.md diff --git a/Cargo.toml b/Cargo.toml index fa76d03..84ab07c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dredge-tool" -version = "1.0.0" +version = "1.1.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 633ab66..c74d2ef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,11 +1,20 @@ # Dredge Release Notes +## Legal + +As of version 1.1.0, this software license has been changed from Apache-2.0 +to a dual-licensed Apache-2.0 OR MIT license. + ## Known Issues * Docker authentication is not currently supported, and attempts to query a registry which requires authentication will fail. ## Changelog +- v1.1.0 + + - Change License by Anthony Oteri 0e4219b + - v1.0.0 - Rename project to dredge-tool by Anthony Oteri b60d433 diff --git a/docs/changelog-v1.0.0-v1.1.0.md b/docs/changelog-v1.0.0-v1.1.0.md new file mode 100644 index 0000000..b2e33c7 --- /dev/null +++ b/docs/changelog-v1.0.0-v1.1.0.md @@ -0,0 +1,3 @@ +- v1.1.0 + + - Change License by Anthony Oteri 0e4219b \ No newline at end of file diff --git a/docs/release-notes-template.md b/docs/release-notes-template.md index 5c5d609..ce1790f 100644 --- a/docs/release-notes-template.md +++ b/docs/release-notes-template.md @@ -1,5 +1,10 @@ # Dredge Release Notes +## Legal + +As of version 1.1.0, this software license has been changed from Apache-2.0 +to a dual-licensed Apache-2.0 OR MIT license. + ## Known Issues * Docker authentication is not currently supported, and attempts to query a