This commit is contained in:
MedzikUser 2022-03-14 19:31:02 +01:00
parent aa59201da7
commit 506aad97dc
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header --> <!-- next-header -->
## [Unreleased] ## [Unreleased]
## [0.6.0] - 2022-03-14
### CLI ### CLI
- webhook: added url in title - webhook: added url in title
- cli: change image domain to your own (set in config) - cli: change image domain to your own (set in config)
@ -81,7 +83,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- upload image - upload image
<!-- next-url --> <!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.5.1...HEAD [Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/MedzikUser/imgurs/commits/v0.6.0
[0.5.1]: https://github.com/MedzikUser/imgurs/commits/v0.5.1 [0.5.1]: https://github.com/MedzikUser/imgurs/commits/v0.5.1
[0.5.0]: https://github.com/MedzikUser/imgurs/commits/v0.5.0 [0.5.0]: https://github.com/MedzikUser/imgurs/commits/v0.5.0
[0.4.0]: https://github.com/MedzikUser/imgurs/commits/v0.4.0 [0.4.0]: https://github.com/MedzikUser/imgurs/commits/v0.4.0

2
Cargo.lock generated
View File

@ -869,7 +869,7 @@ dependencies = [
[[package]] [[package]]
name = "imgurs" name = "imgurs"
version = "0.5.1" version = "0.6.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arboard", "arboard",

View File

@ -9,7 +9,7 @@ repository = "https://github.com/MedzikUser/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"] keywords = ["imgur", "imgur-api", "image", "image-upload"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
rust-version = "1.58" rust-version = "1.58"
version = "0.5.1" version = "0.6.0"
edition = "2021" edition = "2021"
[profile.release] [profile.release]