release: v5.6.7 (#1169)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
skim-rs-bot[bot] 2026-09-04 09:31:02 +00:00 committed by GitHub
parent 16c6f0b386
commit 085f86b127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 5 deletions

View file

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

2
Cargo.lock generated
View file

@ -2663,7 +2663,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
[[package]]
name = "skim"
version = "5.6.6"
version = "5.6.7"
dependencies = [
"ansi-to-tui",
"assert_enum_variants",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "5.6.6"
version = "5.6.7"
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.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

View file

@ -1 +1 @@
5.6.6
5.6.7