From edead41ae1a4b3f7ab35af548894abfd5fcf167c Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Sat, 3 Jun 2023 13:47:08 -0700 Subject: [PATCH] Bumping to v0.8.1 --- CHANGELOG.txt | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 144b13ea..ca8e3be0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +0.8.1 - Jun 3, 2023 + - Fix use of MCFLY_DISABLE_MENU (thanks @barklan!) + - Support Fish private mode support (thanks @Aeron!) + - Always set MCFLY_HISTORY in zsh to support subshells (thanks @utkarshgupta137!) + - Allow linking mcfly with system-provided sqlite with sqlite-bundled feature flag (thanks @jirutka!) + - And allow sourcing in zsh more than once (thanks @ahatzz11 and @deekshithanand!) + - Reduce size by removing unnecessary/unused regex features (thanks @jirutka!) + - Add per-directory history (thanks @rawkode!) + 0.8.0 - Mar 6, 2023 - Add forward-compatibility check for database schema (thanks @bnprks!) - Add MCFLY_DISABLE_RUN_COMMAND option to disable command running (thanks @chaserhkj!) diff --git a/Cargo.lock b/Cargo.lock index e8c025dc..f334af96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -481,7 +481,7 @@ checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "mcfly" -version = "0.8.0" +version = "0.8.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 726c44e3..e9fb324e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mcfly" -version = "0.8.0" +version = "0.8.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."