From ec2944fde28c7efdee051e73fb584f623bde5033 Mon Sep 17 00:00:00 2001 From: chris west Date: Wed, 30 Sep 2020 00:29:27 -0700 Subject: [PATCH] (cargo-release) version 0.1.8 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bb9d3..3a8f7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.8-dev +## 0.1.8 - Search is now a fuzzy-find instead of a literal match! Thanks [fuzzy-matcher](https://crates.io/crates/fuzzy-matcher). diff --git a/Cargo.lock b/Cargo.lock index aa6bb23..0158b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "shy" -version = "0.1.8-dev" +version = "0.1.8" dependencies = [ "flume", "fuzzy-matcher", diff --git a/Cargo.toml b/Cargo.toml index df7e7b1..e49f9b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shy" -version = "0.1.8-dev" +version = "0.1.8" authors = ["chris west "] description = "barebones ssh launcher" repository = "https://github.com/xvxx/shy" @@ -25,4 +25,4 @@ termion = "=1.5.5" flume = { version = "=0.7.1", default-features = false, features = ['select'] } signal-hook = "=0.1.14" indexmap = "=1.3.2" -fuzzy-matcher = "=0.3.5" \ No newline at end of file +fuzzy-matcher = "=0.3.5"