Skip to content

Commit

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

## [Unreleased]

## [0.8.0] - 2022-06-18
- add custom `Error` type
- move api requests to `requests/` mod
- comment code

## [0.7.4] - 2022-05-18
### HOTFIX
- fixed built on macos and windows
Expand Down Expand Up @@ -119,7 +124,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- upload image

<!-- next-url -->
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.7.4...HEAD
[Unreleased]: https://github.com/MedzikUser/imgurs/compare/v0.8.0...HEAD
[0.7.4]: https://github.com/MedzikUser/imgurs/commits/v0.8.0
[0.7.4]: https://github.com/MedzikUser/imgurs/commits/v0.7.4
[0.7.3]: https://github.com/MedzikUser/imgurs/commits/v0.7.3
[0.7.2]: https://github.com/MedzikUser/imgurs/commits/v0.7.2
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "imgurs"
version = "0.7.4"
version = "0.8.0"
description = "API and CLI for Imgur"
license = "BSD-3-Clause"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//! your application, simply add it to your project's `Cargo.toml`.
//! ```toml
//! [dependencies]
//! imgurs = "0.7.3"
//! imgurs = "0.8.0"
//! ```
//!
//! # Example Usage
Expand Down

0 comments on commit 80dcd27

Please sign in to comment.