diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b63788..eb2229e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +### v0.8.5 - 2019-06-20 +- minor cosmetic changes (this version was mostly released to ensure consistency with termimad's crate) + ### v0.8.4 - 2019-06-17 - apply verbs on link files, not on their targets (rm some_link was dangerous) diff --git a/Cargo.lock b/Cargo.lock index 5b77e16d..675eb953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "broot" -version = "0.8.4" +version = "0.8.5" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",