mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Release version 1.1.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dredge-tool"
|
name = "dredge-tool"
|
||||||
version = "1.0.0"
|
version = "1.1.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"
|
||||||
|
|||||||
@@ -1,11 +1,20 @@
|
|||||||
# Dredge Release Notes
|
# 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
|
## Known Issues
|
||||||
|
|
||||||
* Docker authentication is not currently supported, and attempts to query a
|
* Docker authentication is not currently supported, and attempts to query a
|
||||||
registry which requires authentication will fail.
|
registry which requires authentication will fail.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
- v1.1.0
|
||||||
|
|
||||||
|
- Change License by Anthony Oteri 0e4219b
|
||||||
|
|
||||||
- v1.0.0
|
- v1.0.0
|
||||||
|
|
||||||
- Rename project to dredge-tool by Anthony Oteri b60d433
|
- Rename project to dredge-tool by Anthony Oteri b60d433
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
- v1.1.0
|
||||||
|
|
||||||
|
- Change License by Anthony Oteri 0e4219b
|
||||||
@@ -1,5 +1,10 @@
|
|||||||
# Dredge Release Notes
|
# 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
|
## Known Issues
|
||||||
|
|
||||||
* Docker authentication is not currently supported, and attempts to query a
|
* Docker authentication is not currently supported, and attempts to query a
|
||||||
|
|||||||
Reference in New Issue
Block a user