Skip to content

Commit 93ffbce

Browse files
committed
release: v1.0.0
1 parent 931ae8b commit 93ffbce

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
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 = "1.0.0-pre11"
3+
version = "1.0.0"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

man/man1/sk.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH sk 1 "sk 1.0.0-pre11"
3+
.TH sk 1 "sk 1.0.0"
44
.SH NAME
55
sk \- Fuzzy Finder in rust!
66
.SH SYNOPSIS
@@ -867,4 +867,4 @@ Pipe log output to a file
867867
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
868868
Deprecated, kept for compatibility purposes. See accept() bind instead
869869
.SH VERSION
870-
v1.0.0\-pre11
870+
v1.0.0

0 commit comments

Comments
 (0)