From 6f29b8682e72a87e54aa5da9390c614b68d30b77 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Mon, 7 Mar 2022 19:12:44 +0100 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f300777..eea148a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.5.0] - 2022-03-07 ### CLI - clipboard: add support for xclip and termux +- webhook: send webhook to discord if image uploaded ([example](https://i.imgur.com/CPpHEec.png)) + +### Library +- if body length is greater than 30, return message `body is too length` ## [0.4.0] - 2022-02-27 ### CLI diff --git a/Cargo.lock b/Cargo.lock index 236efc7..1b6b0f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -872,7 +872,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index d4890cf..d8f8411 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.4.0" +version = "0.5.0" edition = "2021" [profile.release]