chore: release (#760)

* chore: release

* 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] 2025-05-04 18:49:00 +02:00 committed by GitHub
parent 0a822204ca
commit 8a29f270a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 4 deletions

View file

@ -1,6 +1,12 @@
# Changelog
## [Unreleased]
## [0.17.1](https://github.com/skim-rs/skim/compare/v0.17.0...v0.17.1)
### 🐛 Bug Fixes
- **ci:** Split release pr and gh release - ([0a82220](https://github.com/skim-rs/skim/commit/0a822204ca5ab6fe9a67a168008099a634fd40fd))
## [0.17.0](https://github.com/skim-rs/skim/compare/v0.16.2...v0.17.0)
### ⛰️ Features

2
Cargo.lock generated
View file

@ -898,7 +898,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "skim"
version = "0.17.0"
version = "0.17.1"
dependencies = [
"beef",
"bitflags 1.3.2",

View file

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sk 1 "sk 0.17.0"
.TH sk 1 "sk 0.17.1"
.SH NAME
sk \- sk \- fuzzy finder in Rust
.SH SYNOPSIS
@ -687,4 +687,4 @@ Pre\-select the items read from this file
\fB\-f\fR, \fB\-\-filter\fR=\fIFILTER\fR
Query for filter mode
.SH VERSION
v0.17.0
v0.17.1

View file

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