diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 09aec62..ff26836 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.9.2 - Aug 11, 2024 + - Numerous bash fixes (thanks @akinomyoga) + - Bind to both emacs and vi-insert keymaps in Bash (thanks @akinomyoga) + 0.9.1 - July 10, 2024 - Added the `mcfly stats` command (thanks @nicokosi) - Prevent cancellation of Bash/Zsh initialization on mcfly initialization failure (thanks @akinomyoga) diff --git a/Cargo.lock b/Cargo.lock index 8a63623..bd5bd1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,7 +848,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.9.1" +version = "0.9.2" dependencies = [ "autopilot", "chrono", diff --git a/Cargo.toml b/Cargo.toml index bf78c07..1499183 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.9.1" +version = "0.9.2" 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."