From f87ce2075dcac9211ccb9f6654f70e6ca5064a39 Mon Sep 17 00:00:00 2001 From: "skim-rs-bot[bot]" <190268553+skim-rs-bot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 12:45:54 +0000 Subject: [PATCH] release: v5.1.4 (#1116) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 10 +++++----- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- shell/version.txt | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8373b607..fa39a012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.1.4] - 2026-07-17 + +### 🐛 Bug Fixes + +- Preserve input order with --no-sort (#1115) + +### New Contributors +* @juneboku made their first contribution in [#1115](https://github.com/skim-rs/skim/pull/1115) + ## [5.1.3] - 2026-07-16 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 68f1990a..33c1ae36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3177,7 +3177,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skim" -version = "5.1.3" +version = "5.1.4" dependencies = [ "ansi-to-tui", "assert_enum_variants", @@ -3516,9 +3516,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.4" +version = "1.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317fafbbe3f02fc663dad00ea6186197de963cd4190e86a26d8d0fae095539af" +checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee" dependencies = [ "bytes", "libc", @@ -3531,9 +3531,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" +checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6a3b9ca6..b6693a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "5.1.3" +version = "5.1.4" 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 ac40616d..ff654ac3 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.1.3" +.TH sk 1 "sk 5.1.4" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1163,4 +1163,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.1.3 +v5.1.4 diff --git a/shell/version.txt b/shell/version.txt index cdb98d26..76e9e619 100644 --- a/shell/version.txt +++ b/shell/version.txt @@ -1 +1 @@ -5.1.3 +5.1.4