chore(release): v0.11.2

This commit is contained in:
M3DZIK 2023-06-22 13:50:08 +02:00
parent 7062046679
commit e782617f08
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
4 changed files with 14 additions and 10 deletions

View File

@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [0.11.2] - 2023-06-22
- Updated dependencies
- Fix deprecation warning of base64 crate.
## [0.11.1] - 2022-12-11 ## [0.11.1] - 2022-12-11
### Fixed ### Fixed
- `album_title` can be null, `account_id` can be null, string or number #92, thanks to @NotNorom - `album_title` can be null, `account_id` can be null, string or number #92, thanks to @NotNorom

4
Cargo.lock generated
View File

@ -885,7 +885,7 @@ dependencies = [
[[package]] [[package]]
name = "imgurs" name = "imgurs"
version = "0.11.1" version = "0.11.2"
dependencies = [ dependencies = [
"base64 0.21.0", "base64 0.21.0",
"reqwest", "reqwest",
@ -898,7 +898,7 @@ dependencies = [
[[package]] [[package]]
name = "imgurs-cli" name = "imgurs-cli"
version = "0.11.1" version = "0.11.2"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arboard", "arboard",

View File

@ -4,12 +4,12 @@ resolver = "2"
[package] [package]
name = "imgurs" name = "imgurs"
version = "0.11.1" version = "0.11.2"
description = "API for Imgur" description = "API for Imgur"
license = "BSD-3-Clause" license = "BSD-3-Clause"
authors = ["MedzikUser <medzik@duck.com>"] authors = ["M3DZIK <me@medzik.dev>"]
homepage = "https://github.com/MedzikUser/imgurs" homepage = "https://github.com/M3DZIK/imgurs"
repository = "https://github.com/MedzikUser/imgurs.git" repository = "https://github.com/M3DZIK/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"] keywords = ["imgur", "imgur-api", "image", "image-upload"]
edition = "2021" edition = "2021"

View File

@ -1,11 +1,11 @@
[package] [package]
name = "imgurs-cli" name = "imgurs-cli"
version = "0.11.1" version = "0.11.2"
description = "CLI for Imgur" description = "CLI for Imgur"
license = "BSD-3-Clause" license = "BSD-3-Clause"
authors = ["MedzikUser <medzik@duck.com>"] authors = ["M3DZIK <me@medzik.dev>"]
homepage = "https://github.com/MedzikUser/imgurs" homepage = "https://github.com/M3DZIK/imgurs"
repository = "https://github.com/MedzikUser/imgurs.git" repository = "https://github.com/M3DZIK/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"] keywords = ["imgur", "imgur-api", "image", "image-upload"]
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
edition = "2021" edition = "2021"