From 1c1279514bc0fbe55244d6e9160d945374ed3559 Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Sun, 1 Feb 2026 16:05:43 +0100 Subject: [PATCH] release: v2.0.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c0007d..c9bd8ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1] - 2026-02-01 + +### 🐛 Bug Fixes + +- *(linux)* Run preview in a PTY (closes #894) (#897) + ## [2.0.0] - 2026-01-31 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index 976a9918..6be3ffc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,15 +1483,15 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "portable-atomic" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" dependencies = [ "portable-atomic", ] @@ -1975,7 +1975,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "skim" -version = "2.0.0" +version = "2.0.1" dependencies = [ "ansi-to-tui", "assert_enum_variants", @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" +checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" [[package]] name = "smallvec" diff --git a/Cargo.toml b/Cargo.toml index cc931bd7..498f711f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "2.0.0" +version = "2.0.1" 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 cf047601..64097fa9 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.0" +.TH sk 1 "sk 2.0.1" .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.0 +v2.0.1