diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ba320cc8..5181ff75 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.2.5 - Dec 9, 2018 + - Prevent clobbering of command return statuses (thanks @gwk) + - Add Ctrl-n and Ctrl-p mappings (thanks @greyblake) + - Support spaces in HISTFILE (thanks @markusjevringgoeuro) + - Recompiled with Rust rustc 1.31.0 to fix segfaults 0.2.4 - Dec 4, 2018 - Important update: fixes bug where historical directory paths would be incorrectly updated when a directory that was a prefix of another was moved, resulting in historical directory references that never actually existed. diff --git a/Cargo.lock b/Cargo.lock index 24ee6851..ab3c6b55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,7 +212,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.2.4" +version = "0.2.5" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 772232b2..811998a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "mcfly" -version = "0.2.4" +version = "0.2.5" authors = ["Andrew Cantino "] description = "McFly replaces your default ctrl-r Bash history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network." license = "MIT" -license-file = "LICENSE" repository = "https://github.com/cantino/mcfly" exclude = [ "HomebrewFormula",