mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
release: v1.0.0-pre11
This commit is contained in:
parent
d17f5bd95d
commit
931ae8bc91
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -5,6 +5,19 @@ 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).
|
||||
|
||||
## [1.0.0-pre11] - 2026-01-17
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- Always use cursor/selector colors (#892)
|
||||
|
||||
### 🧪 Testing
|
||||
|
||||
- Fix flaky tests
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(changelog)* Ignore release commits
|
||||
## [1.0.0-pre10] - 2026-01-17
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1314,7 +1314,7 @@ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
|||
|
||||
[[package]]
|
||||
name = "skim"
|
||||
version = "1.0.0-pre10"
|
||||
version = "1.0.0-pre11"
|
||||
dependencies = [
|
||||
"ansi-to-tui",
|
||||
"assert_enum_variants",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "skim"
|
||||
version = "1.0.0-pre10"
|
||||
version = "1.0.0-pre11"
|
||||
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
|
||||
description = "Fuzzy Finder in rust!"
|
||||
documentation = "https://docs.rs/skim"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH sk 1 "sk 1.0.0-pre10"
|
||||
.TH sk 1 "sk 1.0.0-pre11"
|
||||
.SH NAME
|
||||
sk \- Fuzzy Finder in rust!
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -867,4 +867,4 @@ Pipe log output to a file
|
|||
\fB\-\-expect\fR \fI<EXPECT>\fR [default: ]
|
||||
Deprecated, kept for compatibility purposes. See accept() bind instead
|
||||
.SH VERSION
|
||||
v1.0.0\-pre10
|
||||
v1.0.0\-pre11
|
||||
|
|
|
|||
Loading…
Reference in a new issue