Skip to content

Commit 17c801b

Browse files
committed
release: v3.0.1
1 parent 4749154 commit 17c801b

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [3.0.1] - 2026-02-12
9+
10+
### 🐛 Bug Fixes
11+
12+
- Restart_matcher race condition (closes #970)
13+
14+
### 📚 Documentation
15+
16+
- Add link to sqlite_skim (#971) [skip ci]
17+
18+
### New Contributors
19+
* @tzachar made their first contribution in [#971](https://github.com/skim-rs/skim/pull/971)
20+
821
## [3.0.0] - 2026-02-12
922

1023
### Changes

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 = "3.0.0"
3+
version = "3.0.1"
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 3.0.0"
3+
.TH sk 1 "sk 3.0.1"
44
.ie \n(.g .ds Aq \(aq
55
.el .ds Aq '
66
.SH NAME
@@ -998,4 +998,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo
998998
.ie \n(.g .ds Aq \(aq
999999
.el .ds Aq '
10001000
.SH VERSION
1001-
v3.0.0
1001+
v3.0.1

0 commit comments

Comments
 (0)