From b2a732efa05d9a7656626ba589df75e7db09d95b Mon Sep 17 00:00:00 2001 From: "skim-rs-bot[bot]" <190268553+skim-rs-bot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:43:12 +0000 Subject: [PATCH] release: v5.4.0 (#1133) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- shell/version.txt | 2 +- 5 files changed, 28 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761fc6ad..ae72b7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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.4.0] - 2026-07-21 + +### 🚀 Features + +- Allow binding actions & more events (#1125) + +### 🐛 Bug Fixes + +- Allow execute actions to run interactive commands (#1132) + +### 📚 Documentation + +- Update coverage url + +### 🤖 CI + +- Publish apt repo +- Actually push apt + ## [5.3.2] - 2026-07-20 ### 🤖 CI diff --git a/Cargo.lock b/Cargo.lock index 121da7b1..f32512aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1459,9 +1459,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.186" +version = "0.2.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" +checksum = "22053b6a34f84abc97f9129e61334f40174659a1b9bd18c970b83db6a9a6348b" [[package]] name = "libm" @@ -2662,7 +2662,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skim" -version = "5.3.2" +version = "5.4.0" dependencies = [ "ansi-to-tui", "assert_enum_variants", @@ -3018,9 +3018,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.18" +version = "0.7.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" +checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 767cf69f..cd595f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "5.3.2" +version = "5.4.0" 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 9fc32947..9df00766 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.3.2" +.TH sk 1 "sk 5.4.0" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1213,4 +1213,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.3.2 +v5.4.0 diff --git a/shell/version.txt b/shell/version.txt index 84197c89..8a30e8f9 100644 --- a/shell/version.txt +++ b/shell/version.txt @@ -1 +1 @@ -5.3.2 +5.4.0