From c3718579db31cc93ce81c5e75eb3f887ea05e6a8 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Mon, 4 Apr 2022 19:04:49 +0200 Subject: [PATCH] v0.7.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d0fcd1..e722ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/Cargo.lock b/Cargo.lock index 59ddba5..6d03705 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "imgurs" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 2a507e5..be238cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/src/lib.rs b/src/lib.rs index 97e9a96..46ba775 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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