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 -->
## [Unreleased]
## [0.5.1] - 2022-03-08
### Cli
- change webhook to discord-webhook (to use rustls)

2
Cargo.lock generated
View File

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