Skip to content

Commit

Permalink
Bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Feb 11, 2019
1 parent 5e4b837 commit 22fcfc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mcfly"
version = "0.3.2"
version = "0.3.3"
authors = ["Andrew Cantino <[email protected]>"]
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."
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 22fcfc0

Please sign in to comment.