This commit is contained in:
MedzikUser 2022-04-04 19:04:49 +02:00
parent b0e871cbf6
commit c3718579db
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
4 changed files with 7 additions and 4 deletions

View File

@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [0.7.0] - 2022-04-04
## [0.7.1] - 2022-04-04
- fix build on what is not linux
## [0.7.0] - 2022-04-03
### CLI
- completions: changed type from String to Shell
- removed `&` from `cli.commands` (line 54 in [parse.rs](./src/cli/parse.rs))

2
Cargo.lock generated
View File

@ -829,7 +829,7 @@ dependencies = [
[[package]]
name = "imgurs"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"anyhow",
"arboard",

View File

@ -9,7 +9,7 @@ repository = "https://github.com/MedzikUser/imgurs.git"
keywords = ["imgur", "imgur-api", "image", "image-upload"]
categories = ["command-line-utilities"]
rust-version = "1.58"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
[profile.release]

View File

@ -11,7 +11,7 @@
//! your application, simply add it to your project's `Cargo.toml`.
//! ```toml
//! [dependencies]
//! imgurs = "0.7.0"
//! imgurs = "0.7.1"
//! ```
//!
//! # Example Usage