release: v4.2.0

This commit is contained in:
Loric ANDRE 2026-03-30 13:58:19 +02:00
parent 987d2a5ca7
commit 94c132a94f
5 changed files with 11 additions and 5 deletions

View file

@ -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).
## [4.2.0] - 2026-03-30
### 🚀 Features
- Add multiline item rendering (#999)
## [4.1.0] - 2026-03-29
This release brings initial windows support !

2
Cargo.lock generated
View file

@ -2264,7 +2264,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
[[package]]
name = "skim"
version = "4.1.0"
version = "4.2.0"
dependencies = [
"ansi-to-tui",
"assert_enum_variants",

View file

@ -1,6 +1,6 @@
[package]
name = "skim"
version = "4.1.0"
version = "4.2.0"
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"

View file

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sk 1 "sk 4.1.0"
.TH sk 1 "sk 4.2.0"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.SH NAME
@ -1131,4 +1131,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
v4.1.0
v4.2.0

View file

@ -1 +1 @@
4.1.0
4.2.0