chore(release): v0.8.0

This commit is contained in:
MedzikUser 2022-06-12 17:38:52 +02:00
parent 8bbee811d2
commit 80dcd27bc1
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
4 changed files with 10 additions and 4 deletions

View File

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

2
Cargo.lock generated
View File

@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "imgurs"
version = "0.7.4"
version = "0.8.0"
dependencies = [
"anyhow",
"arboard",

View File

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

View File

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