From f8dfa3445eaac65ebcfe8245e1a6f4fc04fc4186 Mon Sep 17 00:00:00 2001 From: Sondre Nilsen Date: Thu, 27 Dec 2018 19:45:41 +0100 Subject: [PATCH] Release version 0.6.0 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 3 +++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3d521..b4e8f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.6.0 +> 2018-12-27 + +This release adds progress bars when running `git-anger-management`. Useful when +parsing commits in larger repositories as this will show the elapsed time, time +remaining etc. The rest of the changes are behind-the-scenes stuff, updated +dependencies and updated to the latest Rust edition (2018). + +* [[`53e31ad5a8`](https://github.com/sondr3/git-anger-management/commit/53e31ad5a8)] - Update README to include asciinema "video" of output +* [[`4f0a873733`](https://github.com/sondr3/git-anger-management/commit/4f0a873733)] - Update CLI struct to use newer StructOpt changes +* [[`27937aced4`](https://github.com/sondr3/git-anger-management/commit/27937aced4)] - Update to Rust 2018 +* [[`3b441d666b`](https://github.com/sondr3/git-anger-management/commit/3b441d666b)] - Update Travis configuration +* [[`db5c363fe5`](https://github.com/sondr3/git-anger-management/commit/db5c363fe5)] - Update dependencies +* [[`544204594f`](https://github.com/sondr3/git-anger-management/commit/544204594f)] - Remove version-sync from dev-dependencies +* [[`e9348326cd`](https://github.com/sondr3/git-anger-management/commit/e9348326cd)] - Add progress bars to CLI to track progress +* [[`ce0b7678ec`](https://github.com/sondr3/git-anger-management/commit/ce0b7678ec)] - Move magic commands to below documentation, add a few more deny things + ## 0.5.1 > 2018-11-09 @@ -104,3 +121,4 @@ for more details. * [[`475c2efb63`](https://github.com/sondr3/git-anger-management/commit/475c2efb63)] - Add a bunch of curse words * [[`6840a70e5c`](https://github.com/sondr3/git-anger-management/commit/6840a70e5c)] - Add git2 as a dependency * [[`5329b2e938`](https://github.com/sondr3/git-anger-management/commit/5329b2e938)] - In the beginning there was darkness... + diff --git a/Cargo.lock b/Cargo.lock index c9074a9..a6107ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "git-anger-management" -version = "0.5.1" +version = "0.6.0" dependencies = [ "git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 04fa314..1a96ad6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-anger-management" -version = "0.5.1" +version = "0.6.0" edition = "2018" authors = ["Sondre Nilsen "] description = "Count your naughty words in git commit messages" diff --git a/src/lib.rs b/src/lib.rs index 17896c9..fbf4341 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,6 +7,8 @@ //! you. Simply run it against your repository and it'll tell you who is the //! naughtiest of them all. //! +//! [![asciicast](https://asciinema.org/a/218651.svg)](https://asciinema.org/a/218651) +//! //! ## Why //! //! Some times the only way to vent at the ridiculous crap we make is to write @@ -66,6 +68,7 @@ //! ``` //! //! Or look at the help by running `git anger-management -h`. +#![doc(html_root_url = "https://docs.rs/git-anger-management/0.6.0")] #![cfg_attr(feature = "fail-on-warnings", deny(warnings))] #![forbid(unsafe_code)] #![deny(