mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
chore: release (#760)
* chore: release * chore: generate completions & manpage --------- Co-authored-by: skim-rs-bot[bot] <190268553+skim-rs-bot[bot]@users.noreply.github.com> Co-authored-by: Skim bot <skim-bot@skim-rs.github.io>
This commit is contained in:
parent
0a822204ca
commit
8a29f270a2
|
|
@ -1,6 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [0.17.1](https://github.com/skim-rs/skim/compare/v0.17.0...v0.17.1)
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
|
||||
- **ci:** Split release pr and gh release - ([0a82220](https://github.com/skim-rs/skim/commit/0a822204ca5ab6fe9a67a168008099a634fd40fd))
|
||||
## [0.17.0](https://github.com/skim-rs/skim/compare/v0.16.2...v0.17.0)
|
||||
|
||||
### ⛰️ Features
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -898,7 +898,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|||
|
||||
[[package]]
|
||||
name = "skim"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
dependencies = [
|
||||
"beef",
|
||||
"bitflags 1.3.2",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH sk 1 "sk 0.17.0"
|
||||
.TH sk 1 "sk 0.17.1"
|
||||
.SH NAME
|
||||
sk \- sk \- fuzzy finder in Rust
|
||||
.SH SYNOPSIS
|
||||
|
|
@ -687,4 +687,4 @@ Pre\-select the items read from this file
|
|||
\fB\-f\fR, \fB\-\-filter\fR=\fIFILTER\fR
|
||||
Query for filter mode
|
||||
.SH VERSION
|
||||
v0.17.0
|
||||
v0.17.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "skim"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
authors = ["Zhang Jinzhou <lotabout@gmail.com>", "Loric Andre"]
|
||||
description = "Fuzzy Finder in rust!"
|
||||
documentation = "https://docs.rs/skim"
|
||||
|
|
|
|||
Loading…
Reference in a new issue