From 21645c43f6bef53a44810ed0b373e82f418e6ce3 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sun, 15 Dec 2019 23:32:08 -0800 Subject: [PATCH] Bumping to v0.3.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89f62b6a..d50b7ed9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "mcfly" -version = "0.3.5" +version = "0.3.6" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 61373cdf..9b989bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.3.5" +version = "0.3.6" authors = ["Andrew Cantino "] 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."