diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 77ecd3cb..2e72f148 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,5 @@ +0.7.1 - Dec 15, 2022 + - Ensure at least MCFLY_HISTFILE is set for history import when HISTFILE is missing 0.7.0 - Dec 10, 2022 - Upgraded to clap4 (thanks @TD-Sky!) - Switched back to which for command location due to issues when run at root (thanks @Efreak and @joefiorini!) diff --git a/Cargo.lock b/Cargo.lock index 45ee16bb..531448a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,7 +456,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index d8534b9c..e90ce156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.7.0" +version = "0.7.1" authors = ["Andrew Cantino "] 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."