diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 40ec481..0bcac7b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +0.5.4 - Feb 28, 2021 + - Switched to `mcfly init` pattern for shell config files (thanks @b3nj5m1n!) 0.5.3 - Jan 17, 2021 - Ensure that history is appended in Bash 4+. 0.5.2 - Dec 10, 2020 diff --git a/Cargo.lock b/Cargo.lock index 8429445..5d28b11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,7 +227,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.5.3" +version = "0.5.4" 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 6b59e47..eb5e8ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.5.3" +version = "0.5.4" 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." diff --git a/README.md b/README.md index 5b1fd36..2f955f5 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ set -gx MCFLY_FUZZY true 1. Edit `Cargo.toml` and bump the version. 1. Edit CHANGELOG.txt -1. Recompile. +1. Recompile (`cargo build`). 1. `git add -p` 1. `git ci -m 'Bumping to vx.x.x'` 1. `git tag vx.x.x`