Skip to content

Commit 74b2ea9

Browse files
skim-rs-bot[bot]Skim bot
and
Skim bot
authored
chore: release master (#670)
* chore: release master * chore: generate completions & manpage --------- 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>
1 parent b265179 commit 74b2ea9

File tree

9 files changed

+39
-11
lines changed

9 files changed

+39
-11
lines changed

.github/release-please/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"skim": "0.15.6",
3-
"e2e": "0.17.0",
4-
"xtask": "0.17.0"
2+
"skim": "0.15.7",
3+
"e2e": "0.18.0",
4+
"xtask": "0.18.0"
55
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [0.15.7](https://github.com/skim-rs/skim/compare/v0.15.6...v0.15.7) (2024-12-27)
4+
5+
6+
### Bug Fixes
7+
8+
* remove atty ([#671](https://github.com/skim-rs/skim/issues/671)) ([b265179](https://github.com/skim-rs/skim/commit/b265179f200fe4fff50c3d39b7a8b19d2bdeaf6f))
9+
310
## [0.15.6](https://github.com/skim-rs/skim/compare/v0.15.5...v0.15.6) (2024-12-26)
411

512

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55

66

7+
## [0.18.0](https://github.com/skim-rs/skim/compare/e2e-v0.17.0...e2e-v0.18.0) (2024-12-27)
8+
9+
10+
### Features
11+
12+
* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731))
13+
14+
15+
### Bug Fixes
16+
17+
* clippy pedantic on main.rs ([04541d5](https://github.com/skim-rs/skim/commit/04541d515b3f46243a7f590a81022ee0a2d1a34e))
18+
* fix --tmux quoting ([#643](https://github.com/skim-rs/skim/issues/643)) ([1abf545](https://github.com/skim-rs/skim/commit/1abf545ed953dcb9b26a7926df2df105be662c6f))
19+
720
## [0.17.0](https://github.com/skim-rs/skim/compare/e2e-v0.16.0...e2e-v0.17.0) (2024-12-26)
821

922

e2e/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "e2e"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55

66
[dependencies]

man/man1/sk.1

+2-2
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.15.6"
3+
.TH sk 1 "sk 0.15.7"
44
.SH NAME
55
sk \- sk \- fuzzy finder in Rust
66
.SH SYNOPSIS
@@ -557,4 +557,4 @@ Print help (see a summary with \*(Aq\-h\*(Aq)
557557
\fB\-V\fR, \fB\-\-version\fR
558558
Print version
559559
.SH VERSION
560-
v0.15.6
560+
v0.15.7

skim/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "0.15.6"
3+
version = "0.15.7"
44
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

xtask/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99

1010

11+
## [0.18.0](https://github.com/skim-rs/skim/compare/xtask-v0.17.0...xtask-v0.18.0) (2024-12-27)
12+
13+
14+
### Features
15+
16+
* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731))
17+
* use clap & derive for options, manpage & completions ([#586](https://github.com/skim-rs/skim/issues/586)) ([7df8b77](https://github.com/skim-rs/skim/commit/7df8b77739ae5a05e8cd87bff905ee091e5afd7f))
18+
1119
## [0.17.0](https://github.com/skim-rs/skim/compare/xtask-v0.16.0...xtask-v0.17.0) (2024-12-26)
1220

1321

xtask/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)