From c947c1c5d0a7f3125a428b1fa9b648257d6b2674 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sun, 11 Feb 2018 09:31:36 +0100 Subject: [PATCH 1/2] Fix change log markup [ci skip] --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 16c399f..ea8d744 100644 --- a/Changelog.md +++ b/Changelog.md @@ -47,11 +47,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Re-export Rayon traits - Export `Result` type alias using failure's Error -## Removed +### Removed - All the examples are now guides -## Changed +### Changed - `main!` now sets up logging in all cases - Use buffered reading/writing in fs functions From 1da5582572bd15605015011daf186e0a2a406fd6 Mon Sep 17 00:00:00 2001 From: Pascal Hertleif Date: Sun, 11 Feb 2018 09:31:44 +0100 Subject: [PATCH 2/2] Bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 5 ++++- docs/Readme.md | 2 +- docs/commit.md | 2 +- docs/thumbnails.md | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6096a8..74bb798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "quicli" -version = "0.1.4" +version = "0.2.0" dependencies = [ "env_logger 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 62078b0..c7e6fd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quicli" -version = "0.1.4" +version = "0.2.0" description = "Quickly build cool CLI apps in Rust." authors = ["Pascal Hertleif "] readme = "Readme.md" diff --git a/Changelog.md b/Changelog.md index ea8d744..05f53d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.2.0] - 2018-02-11 + ### Fixed - The verbosity flag of the `main!` macro now actually works! ([#45]) @@ -75,7 +77,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Commit Message generator example - read/write file functions -[Unreleased]: https://github.com/killercup/quicli/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/killercup/quicli/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/killercup/quicli/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/killercup/quicli/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/killercup/quicli/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/killercup/quicli/compare/v0.1.1...v0.1.2 diff --git a/docs/Readme.md b/docs/Readme.md index 64e7e51..7997783 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -43,7 +43,7 @@ Add _quicli_ as an dependency by adding this line to the `Cargo.toml` file: ```toml file=Cargo.toml -quicli = "0.1" +quicli = "0.2" ``` ## Import quicli diff --git a/docs/commit.md b/docs/commit.md index 282cfb2..cf3654b 100644 --- a/docs/commit.md +++ b/docs/commit.md @@ -23,7 +23,7 @@ authors = ["Your Name "] Add quicli to your dependencies: ```toml file=Cargo.toml -quicli = "0.1" +quicli = "0.2" ``` We'll get out commit messages from the glorious website diff --git a/docs/thumbnails.md b/docs/thumbnails.md index 6688ce2..8f3055a 100644 --- a/docs/thumbnails.md +++ b/docs/thumbnails.md @@ -31,7 +31,7 @@ authors = ["Your Name "] As always, add _quicli_ to your dependencies: ```toml file=Cargo.toml -quicli = "0.1" +quicli = "0.2" ``` Since we need to resize images,