From 7be27816f90f660bdf11c94b30d7eac6af08ae88 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 29 Aug 2021 16:24:02 -0700 Subject: [PATCH] Bumping to v0.5.9 --- CHANGELOG.txt | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8e211f02..edfa1573 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +0.5.9 - Aug 29, 2021 + - Prefer unaliased commands in bash/zsh (thanks @Mic92!) + - Fix zsh source message (thanks @hlascelles!) + - Prevent potentially unsafe variable substitution in paths (thanks @CreativeCactus!) 0.5.8 - Aug 1, 2021 - Option to place interface at bottom of screen (thanks @agrism) - Option to sort by recency (thanks @agrism) diff --git a/Cargo.lock b/Cargo.lock index b3d39b46..46b316b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.5.8" +version = "0.5.9" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 09193f59..eb9252e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.5.8" +version = "0.5.9" authors = ["Andrew Cantino "] 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."