diff --git a/CHANGELOG.md b/CHANGELOG.md index f501ba8..e4e9843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.1.9-dev +## 0.1.9 - The status bar now appropriately highlights fuzzy matches. diff --git a/Cargo.lock b/Cargo.lock index b4b8010..c76e098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "shy" -version = "0.1.9-dev" +version = "0.1.9" dependencies = [ "flume", "fuzzy-matcher", diff --git a/Cargo.toml b/Cargo.toml index b1b09c4..f2e3c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shy" -version = "0.1.9-dev" +version = "0.1.9" authors = ["chris west "] description = "bare-bones ssh launcher" repository = "https://github.com/xvxx/shy"