diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f9d781..1f6cdc74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.6.3] - 2026-08-07 + +### 🐛 Bug Fixes + +- Advance the input cursor by byte length in insert_str (#1151) + +### New Contributors +* @vimsucks made their first contribution in [#1151](https://github.com/skim-rs/skim/pull/1151) + ## [5.6.2] - 2026-08-07 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index e784e266..378880a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2665,7 +2665,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skim" -version = "5.6.2" +version = "5.6.3" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 2bb49e1b..aadb4cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "5.6.2" +version = "5.6.3" 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 fecf9cad..ba35a56e 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.6.2" +.TH sk 1 "sk 5.6.3" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1335,4 +1335,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.6.2 +v5.6.3 diff --git a/shell/version.txt b/shell/version.txt index d6a86bf4..803d94e1 100644 --- a/shell/version.txt +++ b/shell/version.txt @@ -1 +1 @@ -5.6.2 +5.6.3