This commit is contained in:
MedzikUser 2022-03-08 22:18:28 +01:00
parent f4f92b2713
commit dba1dbae01
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header --> <!-- next-header -->
## [Unreleased] ## [Unreleased]
## [0.5.1] - 2022-03-08
### Cli ### Cli
- change webhook to discord-webhook (to use rustls) - change webhook to discord-webhook (to use rustls)

2
Cargo.lock generated
View File

@ -870,7 +870,7 @@ dependencies = [
[[package]] [[package]]
name = "imgurs" name = "imgurs"
version = "0.5.0" version = "0.5.1"
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.0" version = "0.5.1"
edition = "2021" edition = "2021"
[profile.release] [profile.release]