Skip to content

Commit f68bcb3

Browse files
skim-rs-bot[bot]Skim botLoricAndre
authored
chore(release): release (#792)
* chore(release): release * chore: generate completions & manpage * Update CHANGELOG.md --------- Co-authored-by: skim-rs-bot[bot] <190268553+skim-rs-bot[bot]@users.noreply.github.com> Co-authored-by: Skim bot <skim-bot@skim-rs.github.io> Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
1 parent 6b555b0 commit f68bcb3

File tree

6 files changed

+34
-29
lines changed

6 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
5-
## [unreleased]
3+
## [Unreleased]
4+
## [0.18.0](https://github.com/skim-rs/skim/compare/v0.17.3...v0.18.0)
65

76
### 🚀 Features
87

Cargo.lock

Lines changed: 24 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 0.17.3"
3+
.TH sk 1 "sk 0.18.0"
44
.SH NAME
55
sk \- sk \- fuzzy finder in Rust
66
.SH SYNOPSIS
@@ -743,4 +743,4 @@ Note: While PowerShell completions are supported, Windows is not supported for n
743743
.br
744744
[\fIpossible values: \fRbash, elvish, fish, powershell, zsh]
745745
.SH VERSION
746-
v0.17.3
746+
v0.18.0

skim-common/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-common"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
66
description = "Fuzzy Finder in rust!"

skim-tuikit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim-tuikit"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
authors = ["Jinzhou Zhang <lotabout@gmail.com>"]
55
description = "Toolkit for writing TUI applications"
66
documentation = "https://docs.rs/skim-tuikit"
@@ -13,7 +13,7 @@ edition = "2024"
1313

1414
[dependencies]
1515
bitflags = { workspace = true }
16-
skim-common = { path = "../skim-common/", version = "0.1.0" }
16+
skim-common = { path = "../skim-common/", version = "0.1.2" }
1717
lazy_static = { workspace = true }
1818
log = { workspace = true }
1919
nix = { workspace = true, default-features = false, features = ["fs", "poll", "signal", "term"] }

skim/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "0.17.3"
3+
version = "0.18.0"
44
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"
@@ -38,8 +38,8 @@ rayon = { workspace = true }
3838
regex = { workspace = true }
3939
shell-quote = { workspace = true }
4040
shlex = { workspace = true, optional = true }
41-
skim-common = { path = "../skim-common/", version = "0.1.0" }
42-
skim-tuikit = { path = "../skim-tuikit/", version = "0.6.0" }
41+
skim-common = { path = "../skim-common/", version = "0.1.2" }
42+
skim-tuikit = { path = "../skim-tuikit/", version = "0.6.2" }
4343
time = { workspace = true }
4444
timer = { workspace = true }
4545
unicode-width = { workspace = true }

0 commit comments

Comments
 (0)