diff --git a/CHANGELOG.md b/CHANGELOG.md index fa39a012..7dd605b3 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). +## [5.2.0] - 2026-07-17 + +### 🚀 Features + +- Collapsed borders by default and `--border-no-collapse` flag (#1117) +- Reduce binary size by removing uncommon image formats and color_eyre (#1118) + ## [5.1.4] - 2026-07-17 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 0534ee44..2da7c483 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1938,9 +1938,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" +checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3" [[package]] name = "portable-atomic-util" @@ -2651,7 +2651,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skim" -version = "5.1.4" +version = "5.2.0" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index dc97e438..57e11181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "5.1.4" +version = "5.2.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 de13d472..4c4c88fb 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 5.1.4" +.TH sk 1 "sk 5.2.0" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1166,4 +1166,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 -v5.1.4 +v5.2.0 diff --git a/shell/version.txt b/shell/version.txt index 76e9e619..91ff5727 100644 --- a/shell/version.txt +++ b/shell/version.txt @@ -1 +1 @@ -5.1.4 +5.2.0