release: v3.6.1

This commit is contained in:
Loric ANDRE 2026-03-03 11:54:51 +01:00
parent c5a3310ac4
commit 9ef09b7da6
5 changed files with 14 additions and 7 deletions

View file

@ -5,6 +5,13 @@ 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).
## [3.6.1] - 2026-03-03
### ⚙️ Miscellaneous Tasks
- Switch allocator to mimalloc for ~20% perf in some cases
- Add bench plot scripts
## [3.6.0] - 2026-03-02
This version adds the Arinae algorithm as an option.

6
Cargo.lock generated
View file

@ -2203,7 +2203,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
[[package]]
name = "skim"
version = "3.6.0"
version = "3.6.1"
dependencies = [
"ansi-to-tui",
"assert_enum_variants",
@ -2513,9 +2513,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "2.6.0"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
dependencies = [
"proc-macro2",
"quote",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "3.6.0"
version = "3.6.1"
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"

View file

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sk 1 "sk 3.6.0"
.TH sk 1 "sk 3.6.1"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.SH NAME
@ -1043,4 +1043,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
v3.6.0
v3.6.1

View file

@ -1 +1 @@
3.6.0
3.6.1