From 085f86b127372ccd8f584b64fe2e0d4db7de7040 Mon Sep 17 00:00:00 2001 From: "skim-rs-bot[bot]" <190268553+skim-rs-bot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:31:02 +0000 Subject: [PATCH] release: v5.6.7 (#1169) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- shell/version.txt | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2edabb..12e3f66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.7] - 2026-09-04 + +### 🐛 Bug Fixes + +- Make min-height work again (#1168) + +### ⚙️ Miscellaneous Tasks + +- Update dependencies after tinyvec breakage + ## [5.6.6] - 2026-08-22 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 41262cbf..ff3ec369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2663,7 +2663,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skim" -version = "5.6.6" +version = "5.6.7" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 5dc327df..9c133fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "5.6.6" +version = "5.6.7" 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 8bdfd471..a32a9dfa 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.6" +.TH sk 1 "sk 5.6.7" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1336,4 +1336,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.6 +v5.6.7 diff --git a/shell/version.txt b/shell/version.txt index 10c11484..b3ae5c74 100644 --- a/shell/version.txt +++ b/shell/version.txt @@ -1 +1 @@ -5.6.6 +5.6.7