From a4b2ef550cd05bcc68c12e0401289282404269a2 Mon Sep 17 00:00:00 2001 From: LoricAndre <57358788+LoricAndre@users.noreply.github.com> Date: Sun, 4 May 2025 17:51:16 +0200 Subject: [PATCH] chore: release (#756) * chore(ci): split release actions * chore: release * chore: generate completions & manpage --------- Co-authored-by: LoricAndre Co-authored-by: Skim bot --- .github/workflows/release-binaries.yml | 2 +- .github/workflows/release-pr.yml | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- man/man1/sk.1 | 4 ++-- skim/Cargo.toml | 2 +- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 2f2fac83..dd45a200 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -1,4 +1,4 @@ -name: release-binaries +name: Build and upload release binaries permissions: contents: write diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 85673969..e8fd9b3c 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -3,7 +3,7 @@ on: branches: - master -name: release +name: Create release PR or create github release jobs: release-pr: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f47d054..ade0acd8 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/Cargo.lock b/Cargo.lock index a39a7942..500c2bb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -902,7 +902,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.16.2" +version = "0.17.0" dependencies = [ "beef", "bitflags 1.3.2", diff --git a/man/man1/sk.1 b/man/man1/sk.1 index 92c9e483..ede1b419 100644 --- a/man/man1/sk.1 +++ b/man/man1/sk.1 @@ -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 diff --git a/skim/Cargo.toml b/skim/Cargo.toml index e984332d..3ee07571 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.16.2" +version = "0.17.0" authors = ["Zhang Jinzhou ", "Loric Andre"] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim"