Skip to content

Commit d78ab85

Browse files
committed
release: v1.3.2
1 parent 0792967 commit d78ab85

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.2] - 2026-01-21
9+
10+
### 🐛 Bug Fixes
11+
12+
- Better spinner debounce behavior to avoid flickering (closes #904)
13+
14+
### 📚 Documentation
15+
16+
- Update README install section
17+
- Add details to interactive mode in manpage (closes #805) (#816)
18+
19+
### 🧪 Testing
20+
21+
- Use insta for applicable integration tests, making them cross-p… (#903)
822
## [1.3.1] - 2026-01-21
923

1024
### 🐛 Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

man/man1/sk.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH sk 1 "sk 1.3.1"
3+
.TH sk 1 "sk 1.3.2"
44
.SH NAME
55
sk \- Fuzzy Finder in rust!
66
.SH SYNOPSIS
@@ -907,4 +907,4 @@ Pipe log output to a file
907907
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
908908
Deprecated, kept for compatibility purposes. See accept() bind instead
909909
.SH VERSION
910-
v1.3.1
910+
v1.3.2

0 commit comments

Comments
 (0)