From b6ef4241ca36f2666c9e5eef5c10bbc0be5ef0c7 Mon Sep 17 00:00:00 2001 From: M3DZIK Date: Thu, 11 Apr 2024 22:43:15 +0200 Subject: [PATCH] Release v0.11.3 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 4 ++-- Cargo.toml | 2 +- imgurs-cli/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b783d80..b3c58f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.11.3] - 2024-04-11 +- Updated dependencies +- Replaced url validation with url crate in imgurs-cli + ## [0.11.2] - 2023-06-22 - Updated dependencies - Fix deprecation warning of base64 crate. @@ -158,7 +162,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - upload image -[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.11.3...HEAD +[0.11.3]: https://github.com/MedzikUser/imgurs/commits/v0.11.3 +[0.11.2]: https://github.com/MedzikUser/imgurs/commits/v0.11.2 [0.11.1]: https://github.com/MedzikUser/imgurs/commits/v0.11.1 [0.11.0]: https://github.com/MedzikUser/imgurs/commits/v0.11.0 [0.10.0]: https://github.com/MedzikUser/imgurs/commits/v0.10.0 diff --git a/Cargo.lock b/Cargo.lock index 4406cfa..0947764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1088,7 +1088,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.11.2" +version = "0.11.3" dependencies = [ "base64", "reqwest", @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "imgurs-cli" -version = "0.11.2" +version = "0.11.3" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index eef6976..485304a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "imgurs" -version = "0.11.2" +version = "0.11.3" description = "API for Imgur" license = "BSD-3-Clause" authors = ["M3DZIK "] diff --git a/imgurs-cli/Cargo.toml b/imgurs-cli/Cargo.toml index 2ca7dac..6944cda 100644 --- a/imgurs-cli/Cargo.toml +++ b/imgurs-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imgurs-cli" -version = "0.11.2" +version = "0.11.3" description = "CLI for Imgur" license = "BSD-3-Clause" authors = ["M3DZIK "]