release: v5.4.0 (#1133)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
skim-rs-bot[bot] 2026-07-21 12:43:12 +00:00 committed by GitHub
parent 4f4cd15a42
commit b2a732efa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 28 additions and 9 deletions

View file

@ -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

10
Cargo.lock generated
View file

@ -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",

View file

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

View file

@ -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

View file

@ -1 +1 @@
5.3.2
5.4.0