Skip to content

Commit a33fe36

Browse files
committed
[doc] bump to v0.5.4
1 parent 083aace commit a33fe36

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.5.4: 2019-02-20
4+
5+
Emergency release that fix test failures which breaks
6+
[APKBUILD](https://github.com/5paceToast/user-aports/blob/master/toast/skim/APKBUILD).
7+
Check out [#128](https://github.com/lotabout/skim/issues/128).
8+
39
## 0.5.3: 2019-02-20
410

511
Features:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://github.com/lotabout/skim"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ First, add skim into your `Cargo.toml`:
397397

398398
```toml
399399
[dependencies]
400-
skim = "0.5.3"
400+
skim = "0.5.4"
401401
```
402402

403403
Then try to run this simple example:

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
set -u
1111

12-
version="0.5.3"
12+
version="0.5.4"
1313

1414
cd "$(dirname "${BASH_SOURCE[0]}")"
1515
skim_base="$(pwd)"

shell/skim.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH skim 1 "2018/11/19" "0.5.3" "https://github.com/lotabout/skim"
1+
.TH skim 1 "2018/11/19" "0.5.4" "https://github.com/lotabout/skim"
22
.hy
33
.RS
44
.PP
@@ -672,7 +672,7 @@ First, add skim into your \f[C]Cargo.toml\f[R]:
672672
.nf
673673
\f[C]
674674
[dependencies]
675-
skim = \[dq]0.5.3\[dq]
675+
skim = \[dq]0.5.4\[dq]
676676
\f[R]
677677
.fi
678678
.PP

0 commit comments

Comments
 (0)