From 5c66406b52c04e66155ea2a66c21df9f8e14c66a Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sat, 16 Jul 2022 17:39:51 -0400 Subject: [PATCH] Bumping to v0.6.1 --- CHANGELOG.txt | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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."