diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aaa2746..49d4b9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 2365c8eb..c31a220f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,7 +2025,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "skim" -version = "3.0.1" +version = "3.1.0" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index da3ad914..50e53879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "3.0.1" +version = "3.1.0" authors = ["Loric ANDRE", "Zhang Jinzhou "] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim" diff --git a/man/man1/sk.1 b/man/man1/sk.1 index 65137710..89ba0f00 100644 --- a/man/man1/sk.1 +++ b/man/man1/sk.1 @@ -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