chore: release (#756)

* chore(ci): split release actions

* chore: release

* chore: generate completions & manpage

---------

Co-authored-by: LoricAndre <loric.andre@pm.me>
Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
This commit is contained in:
LoricAndre 2025-05-04 17:51:16 +02:00 committed by GitHub
parent 8c3dd32834
commit a4b2ef550c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 25 additions and 6 deletions

View file

@ -1,4 +1,4 @@
name: release-binaries
name: Build and upload release binaries
permissions:
contents: write

View file

@ -3,7 +3,7 @@ on:
branches:
- master
name: release
name: Create release PR or create github release
jobs:
release-pr:

View file

@ -1,3 +1,22 @@
# Changelog
## [Unreleased]
## [0.17.0](https://github.com/skim-rs/skim/compare/v0.16.2...v0.17.0)
### ⛰️ Features
- **shell:** Readd completions ([#726](https://github.com/skim-rs/skim/pull/726)) ([#739](https://github.com/skim-rs/skim/pull/739)) - ([f87ff67](https://github.com/skim-rs/skim/commit/f87ff6740b20794eaf6288b901f85b7737a28bcf)) (by @LoricAndre)
- **tui:** Add tuikit as workspace member and update ([#741](https://github.com/skim-rs/skim/pull/741)) - ([73fd406](https://github.com/skim-rs/skim/commit/73fd4068274bda836b71bffaf5d41d4746b29a0d)) (by @LoricAndre)
### ⚙️ Miscellaneous Tasks
- **ci:** Migrate to release-plz - ([adc4298](https://github.com/skim-rs/skim/commit/adc4298f94daa283843aa435ed428704f85e8706))
### Contributors
* @LoricAndre
## [0.16.2](https://github.com/skim-rs/skim/compare/v0.16.1...v0.16.2) (2025-04-26)

2
Cargo.lock generated
View file

@ -902,7 +902,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "skim"
version = "0.16.2"
version = "0.17.0"
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.16.2"
.TH sk 1 "sk 0.17.0"
.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.16.2
v0.17.0

View file

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