From 66bbc33212e30eab767e02fe76f6e3df93480231 Mon Sep 17 00:00:00 2001 From: Canop Date: Fri, 13 Mar 2020 11:24:50 +0100 Subject: version 0.13.4 --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cea377a..d0c90ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ -### master -- support for an arg made of an optional group + +### v0.13.4 - 2020-03-13 +- support for an arg made of an optional group - Fix #210 ### v0.13.3 - 2020-02-27 diff --git a/Cargo.lock b/Cargo.lock index ce1f504..48f6a54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.13.3" +version = "0.13.4" 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 e72c2ff..1ea516e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "0.13.3" +version = "0.13.4" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3