From d78ab85e41db55668bee8fcb4bb1880c3fd1875a Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Wed, 21 Jan 2026 16:57:41 +0100 Subject: [PATCH] release: v1.3.2 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a11fcb86..c5505348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.3.2] - 2026-01-21 + +### ๐Ÿ› Bug Fixes + +- Better spinner debounce behavior to avoid flickering (closes #904) + +### ๐Ÿ“š Documentation + +- Update README install section +- Add details to interactive mode in manpage (closes #805) (#816) + +### ๐Ÿงช Testing + +- Use insta for applicable integration tests, making them cross-pโ€ฆ (#903) ## [1.3.1] - 2026-01-21 ### ๐Ÿ› Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 767b021d..b04c68fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1902,7 +1902,7 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "skim" -version = "1.3.1" +version = "1.3.2" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 3972ef32..2b4e8a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "1.3.1" +version = "1.3.2" 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 e74b8098..493dc865 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.3.1" +.TH sk 1 "sk 1.3.2" .SH NAME sk \- Fuzzy Finder in rust! .SH SYNOPSIS @@ -907,4 +907,4 @@ Pipe log output to a file \fB\-\-expect\fR \fI\fR [default: ] Deprecated, kept for compatibility purposes. See accept() bind instead .SH VERSION -v1.3.1 +v1.3.2