This commit is contained in:
MedzikUser 2022-04-05 17:06:17 +02:00
parent 1048ea298f
commit 8b1f394575
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 9 additions and 3 deletions

View File

@ -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
<!-- next-url -->
[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

2
Cargo.lock generated
View File

@ -829,7 +829,7 @@ dependencies = [
[[package]]
name = "imgurs"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"anyhow",
"arboard",

View File

@ -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]