diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bd8ebc..870cf9a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ 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). +## [2.0.2] - 2026-02-02 + +### 🐛 Bug Fixes + +- Fix preview_fn + +### ⚙️ Miscellaneous Tasks + +- Update interactive mode examples (closes #943) + +## [2.0.2] - 2026-02-02 + +### 🐛 Bug Fixes + +- Fix preview_fn + +### ⚙️ Miscellaneous Tasks + +- Update interactive mode examples (closes #943) + ## [2.0.1] - 2026-02-01 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 6be3ffc6..6b2949c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,9 +971,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.46.2" +version = "1.46.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c91d64f9ad425e80200a50a0e8b8a641680b44e33ce832efe5b8bc65161b07" +checksum = "e82db8c87c7f1ccecb34ce0c24399b8a73081427f3c7c50a5d597925356115e4" dependencies = [ "console", "once_cell", @@ -1975,7 +1975,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "skim" -version = "2.0.1" +version = "2.0.2" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 498f711f..8b3205ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "2.0.1" +version = "2.0.2" 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 651ed5e7..d7e6965d 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 2.0.1" +.TH sk 1 "sk 2.0.2" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -997,4 +997,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 -v2.0.1 +v2.0.2