diff --git a/CHANGELOG.md b/CHANGELOG.md index 9739048..04f820a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.4.0] - 2022-02-27 ### CLI - update logger - added clipboard - added manpage - added completion for elvish +- if failed to upload image send notify with error message ### Library - added Clone derive @@ -60,7 +63,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - upload image -[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/MedzikUser/imgurs/commits/v0.4.0 [0.3.0]: https://github.com/MedzikUser/imgurs/commits/v0.3.0 [0.2.0]: https://github.com/MedzikUser/imgurs/commits/v0.2.0 [0.1.0]: https://github.com/MedzikUser/imgurs/commits/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 8b3c042..5f6d2d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 0b86431..5f3e929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/MedzikUser/imgurs.git" keywords = ["imgur", "imgur-api", "image", "image-upload"] categories = ["command-line-utilities"] rust-version = "1.58" -version = "0.3.0" +version = "0.4.0" edition = "2021" [profile.release]