From c398374a85967c83cad0646807d99cac62de5d6c Mon Sep 17 00:00:00 2001 From: "skim-rs-bot[bot]" <190268553+skim-rs-bot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:18:04 +0000 Subject: [PATCH] release: v5.6.1 (#1143) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- shell/version.txt | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8780dac..1ef75294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.6.1] - 2026-07-27 + +### 🤖 CI + +- Do not fail release on public API breakage + ## [5.6.0] - 2026-07-26 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 0d9a2164..6c5a9374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -388,9 +388,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.6.7" +version = "4.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db8b397918185f0161ff3d6fcaa9e4bfc09b8367caf6e1d4a2848e5477ed027b" +checksum = "b1f84a88507dbd05c695f2cb5e8558e747179134005e9893882dec964190ed89" dependencies = [ "clap", ] @@ -2662,7 +2662,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skim" -version = "5.6.0" +version = "5.6.1" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 443208f1..f22e7220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "5.6.0" +version = "5.6.1" authors = ["Loric ANDRE", "Zhang Jinzhou "] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim" diff --git a/man/man1/sk.1 b/man/man1/sk.1 index b8e71fe2..fab8ecc7 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 5.6.0" +.TH sk 1 "sk 5.6.1" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1335,4 +1335,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH VERSION -v5.6.0 +v5.6.1 diff --git a/shell/version.txt b/shell/version.txt index 1bc788d3..b7c75422 100644 --- a/shell/version.txt +++ b/shell/version.txt @@ -1 +1 @@ -5.6.0 +5.6.1