diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d8da045..6950f72e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ +0.5.6 - Apr 1, 2021 + - Fix fish shell initialization (thanks @domoritz) + - Fix fish shell escaping (thanks @scooter-dangle!) 0.5.5 - Mar 12, 2021 + - Fixed a crash during init without any history - Fixed a crash during init without any history - Fixed issue when deleting all history (thanks @akinnane!) - Add MCFLY_HISTORY_LIMIT to limit history search diff --git a/Cargo.lock b/Cargo.lock index 882fec7b..22701cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.5.5" +version = "0.5.6" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 54cc697e..82083118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.5.5" +version = "0.5.6" authors = ["Andrew Cantino "] edition = "2018" description = "McFly replaces your default ctrl-r shell 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."