Skip to content

Commit

Permalink
Bumping to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Jun 1, 2024
1 parent c70dc24 commit 0dc3017
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 40 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.9.0 - May 31, 2024
- Make bash no longer use TIOCSTI by default (thanks @jtschuster)

0.8.6 - May 18, 2024
- Add windows asset generation (thanks @jtschuster)
- Fix init issue for fish (thanks @4t8dd)
Expand Down
74 changes: 37 additions & 37 deletions 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.8.6"
version = "0.9.0"
authors = ["Andrew Cantino <[email protected]>"]
edition = "2021"
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
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ Contributions and bug fixes are encouraged! However, we may not merge PRs that i
1. Edit `Cargo.toml` and bump the version.
1. Edit CHANGELOG.txt
1. Run `cargo clippy` and `cargo fmt`.
1. Recompile (`cargo build`).
1. Recompile (`cargo build`) and test (`cargo test`)
1. `git add -p`
1. `git ci -m 'Bumping to vx.x.x'`
1. `git tag vx.x.x`
Expand Down
2 changes: 1 addition & 1 deletion pkg/brew/mcfly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class Mcfly < Formula
version 'v0.8.6'
deprecate! date: "2024-05-18", because: "mcfly is now in the core homebrew repository and you don't need this tap"
deprecate! date: "2024-05-18", because: "is now in the core homebrew repository and you don't need this tap"
desc "McFly"
homepage "https://github.com/cantino/mcfly"

Expand Down

0 comments on commit 0dc3017

Please sign in to comment.