Skip to content

Commit

Permalink
Bumping to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Mar 1, 2021
1 parent d87500f commit 3bf1e3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mcfly"
version = "0.5.3"
version = "0.5.4"
authors = ["Andrew Cantino <cantino@users.noreply.github.com>"]
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."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`
Expand Down

0 comments on commit 3bf1e3b

Please sign in to comment.