Skip to content

Commit 1c538e3

Browse files
committed
release: v1.5.3
1 parent 554896d commit 1c538e3

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.5.3] - 2026-01-22
9+
10+
### 🐛 Bug Fixes
11+
12+
- Quote expanded items independently (#910)
13+
- Escape last `;` in env var value before passing to tmux (#912)
14+
15+
### New Contributors
16+
* @mathieu-lemay made their first contribution in [#912](https://github.com/skim-rs/skim/pull/912)
17+
818
## [1.5.2] - 2026-01-22
919

1020
### 🐛 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.5.2"
3+
version = "1.5.3"
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.5.2"
3+
.TH sk 1 "sk 1.5.3"
44
.SH NAME
55
sk \- Fuzzy Finder in rust!
66
.SH SYNOPSIS
@@ -915,4 +915,4 @@ Pipe log output to a file
915915
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
916916
Deprecated, kept for compatibility purposes. See accept() bind instead
917917
.SH VERSION
918-
v1.5.2
918+
v1.5.3

0 commit comments

Comments
 (0)