From dba1dbae013f10acc1c879ab565f9832b9909691 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Tue, 8 Mar 2022 22:18:28 +0100 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b06bbb..670ca26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.5.1] - 2022-03-08 ### Cli - change webhook to discord-webhook (to use rustls) diff --git a/Cargo.lock b/Cargo.lock index e47b003..f44ff1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index a06ba70..f77fc06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]