From 5c49ceb75178f33bb0e0287d1432a716c43c5f23 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 17 Jan 2021 13:16:50 -0800 Subject: [PATCH] Bumping to v0.5.3 --- CHANGELOG.txt | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index aa947178..40ec4812 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +0.5.3 - Jan 17, 2021 + - Ensure that history is appended in Bash 4+. 0.5.2 - Dec 10, 2020 - Bash 4+ should no longer have a cluttered terminal buffer (thanks @CreativeCactus) - Vim mode now starts in insert mode (thanks @JamJar00) diff --git a/Cargo.lock b/Cargo.lock index d493078e..8429445a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.5.2" +version = "0.5.3" 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 1336fa19..6b59e47f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.5.2" +version = "0.5.3" 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."