Skip to content

Commit

Permalink
chore: release master (#691)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
skim-rs-bot[bot] and Skim bot authored Jan 23, 2025
1 parent 226d995 commit 1dcdf06
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"skim": "0.15.7",
"e2e": "0.1.0",
"xtask": "0.1.0"
"xtask": "0.1.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [0.16.0](https://github.com/skim-rs/skim/compare/v0.15.7...v0.16.0) (2025-01-23)


### Features

* add preview callback ([#407](https://github.com/skim-rs/skim/issues/407)) ([226d995](https://github.com/skim-rs/skim/commit/226d9951fa585958e0497e038729c1b6312d36fd))


### Bug Fixes

* **term:** clamp height option ([#690](https://github.com/skim-rs/skim/issues/690)) ([5152be1](https://github.com/skim-rs/skim/commit/5152be1945a8704062c4788f994d385e904d931f))

## [0.15.7](https://github.com/skim-rs/skim/compare/v0.15.6...v0.15.7) (2024-12-27)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/man1/sk.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sk 1 "sk 0.15.7"
.TH sk 1 "sk 0.16.0"
.SH NAME
sk \- sk \- fuzzy finder in Rust
.SH SYNOPSIS
Expand Down Expand Up @@ -564,4 +564,4 @@ Pre\-select the items read from this file
\fB\-f\fR, \fB\-\-filter\fR=\fIFILTER\fR
Query for filter mode
.SH VERSION
v0.15.7
v0.16.0
2 changes: 1 addition & 1 deletion skim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.15.7"
version = "0.16.0"
authors = ["Zhang Jinzhou <[email protected]>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"
Expand Down
2 changes: 2 additions & 0 deletions xtask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@





## [0.1.0](https://github.com/skim-rs/skim/compare/xtask-v0.18.0...xtask-v0.1.0) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 1dcdf06

Please sign in to comment.