release: v3.1.0

This commit is contained in:
Loric ANDRE 2026-02-13 10:01:15 +01:00
parent 98a9184055
commit a766762b5a
4 changed files with 11 additions and 4 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.1.0] - 2026-02-13
### 🚀 Features
- *(cli)* Add SKIM_OPTIONS_FILE (#972)
- Add set-preview-cmd action to change preview (#969)
## [3.0.1] - 2026-02-12
### 🐛 Bug Fixes

2
Cargo.lock generated
View file

@ -2025,7 +2025,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
[[package]]
name = "skim"
version = "3.0.1"
version = "3.1.0"
dependencies = [
"ansi-to-tui",
"assert_enum_variants",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "3.0.1"
version = "3.1.0"
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.0.1"
.TH sk 1 "sk 3.1.0"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.SH NAME
@ -1024,4 +1024,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.0.1
v3.1.0