From fe62ee33b8a1881c7266b7be9d9e095fab032b3c Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 5 Feb 2020 13:57:03 +0100 Subject: version 0.13.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaa9269..6533a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -### master + +### v0.13.0 - 2020-02-05 #### Major change: git related features - `:show_git_file_info` compute git repo statistics and file statuses. Statistics are computed in background and cached. - `:git_diff` verb launching `git diff {file}` diff --git a/Cargo.lock b/Cargo.lock index 4d7083e..180cecb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.12.2" +version = "0.13.0" dependencies = [ "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b3886c8..0ae6d75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.12.2" +version = "0.13.0" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3