mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
fix: republish crate
This commit is contained in:
parent
a766762b5a
commit
1e118caec6
|
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [3.1.1] - 2026-02-13
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Republish crate
|
||||||
|
|
||||||
## [3.1.0] - 2026-02-13
|
## [3.1.0] - 2026-02-13
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -2025,7 +2025,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "skim"
|
name = "skim"
|
||||||
version = "3.1.0"
|
version = "3.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi-to-tui",
|
"ansi-to-tui",
|
||||||
"assert_enum_variants",
|
"assert_enum_variants",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "skim"
|
name = "skim"
|
||||||
version = "3.1.0"
|
version = "3.1.1"
|
||||||
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
|
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
|
||||||
description = "Fuzzy Finder in rust!"
|
description = "Fuzzy Finder in rust!"
|
||||||
documentation = "https://docs.rs/skim"
|
documentation = "https://docs.rs/skim"
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -21,6 +21,8 @@ release version: (bump-version version) generate-files (changelog version) test
|
||||||
git push --tags
|
git push --tags
|
||||||
|
|
||||||
auto-release:
|
auto-release:
|
||||||
|
git switch master
|
||||||
|
git pull
|
||||||
just release $(git cliff --bumped-version | sed 's/v\(.*\)/\1/')
|
just release $(git cliff --bumped-version | sed 's/v\(.*\)/\1/')
|
||||||
|
|
||||||
test target="":
|
test target="":
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.TH sk 1 "sk 3.1.0"
|
.TH sk 1 "sk 3.1.1"
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
@ -1024,4 +1024,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo
|
||||||
.ie \n(.g .ds Aq \(aq
|
.ie \n(.g .ds Aq \(aq
|
||||||
.el .ds Aq '
|
.el .ds Aq '
|
||||||
.SH VERSION
|
.SH VERSION
|
||||||
v3.1.0
|
v3.1.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue