Skip to content

Commit

Permalink
chore(release): v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Dec 11, 2022
1 parent b6e715a commit 304034f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.11.1] - 2022-12-11
### Fixed
- `album_title` can be null, `account_id` can be null, string or number #92, thanks to @NotNorom

### Changed
- Updated dependencies

## [0.11.0] - 2022-11-07
### Added
- Added `with_http_client` method to ImgurClient #87, thanks to @NotNorom
Expand Down Expand Up @@ -147,7 +154,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- upload image

<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.11.1...HEAD
[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
[0.9.1]: https://github.com/MedzikUser/imgurs/commits/v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "imgurs"
version = "0.11.0"
version = "0.11.1"
description = "API for Imgur"
license = "BSD-3-Clause"
authors = ["MedzikUser <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ Download imgurs-windows.exe from [the releases page](https://github.com/MedzikUs
### **Compile with Cargo**
Make sure you have a recent version of Rust. Then you can run

cargo install imgurs
cargo install imgurs-cli
2 changes: 1 addition & 1 deletion imgurs-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imgurs-cli"
version = "0.11.0"
version = "0.11.1"
description = "CLI for Imgur"
license = "BSD-3-Clause"
authors = ["MedzikUser <[email protected]>"]
Expand Down

0 comments on commit 304034f

Please sign in to comment.