diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6f67a..b783d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.11.2] - 2023-06-22 +- Updated dependencies +- Fix deprecation warning of base64 crate. + ## [0.11.1] - 2022-12-11 ### Fixed - `album_title` can be null, `account_id` can be null, string or number #92, thanks to @NotNorom diff --git a/Cargo.lock b/Cargo.lock index a4e1f39..7bef81e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -885,7 +885,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.11.1" +version = "0.11.2" dependencies = [ "base64 0.21.0", "reqwest", @@ -898,7 +898,7 @@ dependencies = [ [[package]] name = "imgurs-cli" -version = "0.11.1" +version = "0.11.2" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 89530b6..685834c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ resolver = "2" [package] name = "imgurs" -version = "0.11.1" +version = "0.11.2" description = "API for Imgur" license = "BSD-3-Clause" -authors = ["MedzikUser "] -homepage = "https://github.com/MedzikUser/imgurs" -repository = "https://github.com/MedzikUser/imgurs.git" +authors = ["M3DZIK "] +homepage = "https://github.com/M3DZIK/imgurs" +repository = "https://github.com/M3DZIK/imgurs.git" keywords = ["imgur", "imgur-api", "image", "image-upload"] edition = "2021" diff --git a/imgurs-cli/Cargo.toml b/imgurs-cli/Cargo.toml index 148da5f..ea9c4c9 100644 --- a/imgurs-cli/Cargo.toml +++ b/imgurs-cli/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "imgurs-cli" -version = "0.11.1" +version = "0.11.2" description = "CLI for Imgur" license = "BSD-3-Clause" -authors = ["MedzikUser "] -homepage = "https://github.com/MedzikUser/imgurs" -repository = "https://github.com/MedzikUser/imgurs.git" +authors = ["M3DZIK "] +homepage = "https://github.com/M3DZIK/imgurs" +repository = "https://github.com/M3DZIK/imgurs.git" keywords = ["imgur", "imgur-api", "image", "image-upload"] categories = ["command-line-utilities"] edition = "2021"