From e5a0375e4afab2d31bddd083b38e87af2252a029 Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Mon, 26 Jan 2026 15:22:11 +0100 Subject: [PATCH] release: v1.8.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f98c8c..9a721196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.8.1] - 2026-01-26 + +### 🐛 Bug Fixes + +- Correctly flush buffered stderr + ## [1.8.0] - 2026-01-26 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 308c69ad..a28b8a19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1902,7 +1902,7 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "skim" -version = "1.8.0" +version = "1.8.1" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index c9444deb..c1d20f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "1.8.0" +version = "1.8.1" 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 f4e3e261..de84be18 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 1.8.0" +.TH sk 1 "sk 1.8.1" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -982,4 +982,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 -v1.8.0 +v1.8.1