mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
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:
parent
8c3dd32834
commit
a4b2ef550c
2
.github/workflows/release-binaries.yml
vendored
2
.github/workflows/release-binaries.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: release-binaries
|
||||
name: Build and upload release binaries
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
|||
2
.github/workflows/release-pr.yml
vendored
2
.github/workflows/release-pr.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
name: release
|
||||
name: Create release PR or create github release
|
||||
|
||||
jobs:
|
||||
release-pr:
|
||||
|
|
|
|||
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -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
2
Cargo.lock
generated
|
|
@ -902,7 +902,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||
|
||||
[[package]]
|
||||
name = "skim"
|
||||
version = "0.16.2"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"beef",
|
||||
"bitflags 1.3.2",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue