This commit is contained in:
MedzikUser 2022-01-28 22:45:58 +01:00
parent a42972c65f
commit 1cbcc8a92b
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
## [0.3.0] - 2022-01-28
### CLI
- SimpleLogger init error handling
- better panic
@ -50,6 +52,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- upload image
<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.3.0...HEAD
[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

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.2.0"
version = "0.3.0"
edition = "2021"
[profile.release]