Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyoteri committed Sep 29, 2023
1 parent b4d6002 commit de42860
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dredge"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Anthony Oteri"]
description = "A Command Line tool for interracting with the Docker Registry API"
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
registry which requires authentication will fail.

## Changelog
- v0.2.0

- Support deleting an image tag by Anthony Oteri fbe43f0
- Replace femme logger with simple_logger by Anthony Oteri 13ae092

- v0.1.0

- Additional scripts for managing the release process by Anthony Oteri cfdefb2
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog-v0.1.0-v0.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- v0.2.0

- Support deleting an image tag by Anthony Oteri fbe43f0
- Replace femme logger with simple_logger by Anthony Oteri 13ae092

0 comments on commit de42860

Please sign in to comment.