Release version 1.1.0

This commit is contained in:
Anthony Oteri
2023-10-03 09:55:09 -04:00
parent 600c2d86ac
commit 5e7d0e4e1e
4 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -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"
+9
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
- v1.1.0
- Change License by Anthony Oteri 0e4219b
+5
View File
@@ -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