diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f8b506..85ce4e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log -## 0.6.5: 2019-03-26 +## 0.6.6: 2019-04-03 + +fix #158: preview window not udpate correctly. + +## 0.6.5: 2019-04-01 Bug Fixes: diff --git a/Cargo.lock b/Cargo.lock index 1194dda3..597943e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "skim" -version = "0.6.5" +version = "0.6.6" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1bb8b1d3..75fa0875 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.6.5" +version = "0.6.6" authors = ["Zhang Jinzhou "] description = "Fuzzy Finder in rust!" documentation = "https://github.com/lotabout/skim" diff --git a/README.md b/README.md index f4c8ae2a..4ba2f14b 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,7 @@ First, add skim into your `Cargo.toml`: ```toml [dependencies] -skim = "0.6.5" +skim = "0.6.6" ``` Then try to run this simple example: diff --git a/install b/install index d2d6660e..388c3295 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ set -u -version="0.6.5" +version="0.6.6" cd "$(dirname "${BASH_SOURCE[0]}")" skim_base="$(pwd)"