chore: release master (#642)
Some checks are pending
release-please / release-please (push) Waiting to run
release-please / setup-release (push) Blocked by required conditions
release-please / publish-crate (push) Blocked by required conditions
release-please / Build release binaries (aarch64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (aarch64, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (arm, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (armv7, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, unknown-linux-musl) (push) Blocked by required conditions
Build & Test / unittests (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / unittests (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run

* 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>
This commit is contained in:
skim-rs-bot[bot] 2024-12-01 16:19:19 +01:00 committed by GitHub
parent 7a7a1b4e3c
commit 17c261af1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 17 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{
"skim": "0.15.3",
"skim": "0.15.4",
"e2e": "0.15.3",
"xtask": "0.15.3"
"xtask": "0.15.4"
}

View file

@ -1,5 +1,12 @@
# Change Log
## [0.15.4](https://github.com/skim-rs/skim/compare/v0.15.3...v0.15.4) (2024-12-01)
### Bug Fixes
* clippy pedantic on lib.rs ([e3637e0](https://github.com/skim-rs/skim/commit/e3637e068ebfeb389993697e36ae9631cb1a659d))
## [0.15.3](https://github.com/skim-rs/skim/compare/v0.15.2...v0.15.3) (2024-12-01)

4
Cargo.lock generated
View file

@ -852,7 +852,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "skim"
version = "0.15.3"
version = "0.15.4"
dependencies = [
"atty",
"beef",
@ -1232,7 +1232,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
[[package]]
name = "xtask"
version = "0.15.3"
version = "0.15.4"
dependencies = [
"clap",
"clap_complete",

View file

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sk 1 "sk 0.15.3"
.TH sk 1 "sk 0.15.4"
.SH NAME
sk \- sk \- fuzzy finder in Rust
.SH SYNOPSIS
@ -557,4 +557,4 @@ Print help (see a summary with \*(Aq\-h\*(Aq)
\fB\-V\fR, \fB\-\-version\fR
Print version
.SH VERSION
v0.15.3
v0.15.4

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.15.3"
version = "0.15.4"
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"

View file

@ -6,6 +6,8 @@
## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01)

View file

@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.15.3"
version = "0.15.4"
edition = "2021"
[dependencies]