diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 619085d0..754d5beb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.6.1 - Jul 16, 2022 + - Avoid return 0 to prevent re-sourcing .zshrc from erroring + - Vim mode improvement (thanks @fabiogibson!) + - Allow switching between rank and time-based sorting with F1 (thanks @navazjm!) + - Dependency security updates 0.6.0 - Mar 22, 2022 - Allow disabling of menu (thanks @michaelnavs!) - Prevent subshells from having multiple mcfly PROMPT_COMMAND hooks in bash (thanks @nfultz!) diff --git a/Cargo.lock b/Cargo.lock index d20e4933..29a3324a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.6.0" +version = "0.6.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index fbac8a5c..5bffc4ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.6.0" +version = "0.6.1" authors = ["Andrew Cantino "] edition = "2021" 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."