From 1fa08961e0ca693add37d9919290318c1542817e Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Tue, 22 Mar 2022 20:51:58 -0700 Subject: [PATCH] Bumping to v0.6.0 --- CHANGELOG.txt | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9f240fb8..619085d0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ -0.5.14 - not yet released +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!) - Errors during history import do not prevent other lines from importing (thanks @qouoq!) - - Store configuration in XDG directories when ~/.mcfly does not exist (thanks @Awernx!) + - Store configuration in XDG directories when ~/.mcfly does not yet exist (thanks @Awernx!) 0.5.13 - Jan 24, 2022 - Fix 'illegal byte sequence' due to incorrect TIOCSTI cast (thanks @arunpersaud!) 0.5.12 - Jan 12, 2022 diff --git a/Cargo.lock b/Cargo.lock index 503ada9d..5fd11941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.5.13" +version = "0.6.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 744aa723..6f9ff0ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.5.13" +version = "0.6.0" 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."