Skip to content

Commit

Permalink
(cargo-release) version 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xvxx committed Sep 30, 2020
1 parent e68dc59 commit ec2944f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shy"
version = "0.1.8-dev"
version = "0.1.8"
authors = ["chris west <[email protected]>"]
description = "barebones ssh launcher"
repository = "https://github.com/xvxx/shy"
Expand All @@ -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"
fuzzy-matcher = "=0.3.5"

0 comments on commit ec2944f

Please sign in to comment.