From 8b1f3945759bbb7e3648058b011951bc83331973 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Tue, 5 Apr 2022 17:06:17 +0200 Subject: [PATCH] v0.7.2 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e722ccb..bf0f360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.7.2] - 2022-04-05 +### HotFix +- fix upload image from file + ## [0.7.1] - 2022-04-04 - fix build on what is not linux @@ -102,7 +106,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - upload image -[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.7.0...HEAD +[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/MedzikUser/imgurs/commits/v0.7.2 +[0.7.1]: https://github.com/MedzikUser/imgurs/commits/v0.7.1 [0.7.0]: https://github.com/MedzikUser/imgurs/commits/v0.7.0 [0.6.0]: https://github.com/MedzikUser/imgurs/commits/v0.6.0 [0.5.1]: https://github.com/MedzikUser/imgurs/commits/v0.5.1 diff --git a/Cargo.lock b/Cargo.lock index 6d03705..2193bcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index be238cc..ce7df51 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.7.1" +version = "0.7.2" edition = "2021" [profile.release]