Skip to content

Commit

Permalink
version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lotabout committed Nov 2, 2020
1 parent 9fa7670 commit 25f0ab4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 0.9.3: 2020-11-02

Fix:
- [#370](https://github.com/lotabout/skim/issues/370) Ansi parse error for
multi-byte strings
- [#372](https://github.com/lotabout/skim/issues/372) Can't bind `Enter` key
with `expect` specified
- [#369](https://github.com/lotabout/skim/issues/369) `--select-1` and
`--exit-0` still take effect after all items are read and matched.

## 0.9.2: 2020-10-24

Feature:
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.9.2"
version = "0.9.3"
authors = ["Zhang Jinzhou <[email protected]>"]
description = "Fuzzy Finder in rust!"
documentation = "https://github.com/lotabout/skim"
Expand Down
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

set -u

version="0.9.2"
version="0.9.3"

cd "$(dirname "${BASH_SOURCE[0]}")"
skim_base="$(pwd)"
Expand Down

0 comments on commit 25f0ab4

Please sign in to comment.