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]
## [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

4
Cargo.lock generated
View File

@ -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",

View File

@ -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 <medzik@duck.com>"]
homepage = "https://github.com/MedzikUser/imgurs"
repository = "https://github.com/MedzikUser/imgurs.git"
authors = ["M3DZIK <me@medzik.dev>"]
homepage = "https://github.com/M3DZIK/imgurs"
repository = "https://github.com/M3DZIK/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"]
edition = "2021"

View File

@ -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 <medzik@duck.com>"]
homepage = "https://github.com/MedzikUser/imgurs"
repository = "https://github.com/MedzikUser/imgurs.git"
authors = ["M3DZIK <me@medzik.dev>"]
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"