diff --git a/Cargo.lock b/Cargo.lock index 4b881440..bdf6494c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.3.2" +version = "0.3.3" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 35641628..009afb3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.3.2" +version = "0.3.3" authors = ["Andrew Cantino "] edition = "2018" description = "McFly replaces your default ctrl-r Bash 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 90c5e6fc..abcb4db9 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ export MCFLY_LIGHT=TRUE ### Releasing 1. Edit `Cargo.toml` and bump the version. +1. Recompile. 1. `git ci -m 'Bumping to vx.x.x'` 1. `git tag vx.x.x` 1. `git push origin head --tags`