Skip to content

Commit

Permalink
chore: release master (#640)
Browse files Browse the repository at this point in the history
* chore: release master

* 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 <[email protected]>
  • Loading branch information
skim-rs-bot[bot] and Skim bot authored Dec 1, 2024
1 parent 0963b97 commit dd41167
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"skim": "0.15.1",
"e2e": "0.15.1",
"xtask": "0.15.1"
"skim": "0.15.2",
"e2e": "0.15.2",
"xtask": "0.15.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.15.2](https://github.com/skim-rs/skim/compare/v0.15.1...v0.15.2) (2024-12-01)


### Bug Fixes

* make item module public (closes [#568](https://github.com/skim-rs/skim/issues/568)) ([0963b97](https://github.com/skim-rs/skim/commit/0963b974ffdead23fad3a0db19b92229bf2ab606))

## [0.15.1](https://github.com/skim-rs/skim/compare/v0.15.0...v0.15.1) (2024-12-01)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@





## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01)


Expand Down
2 changes: 1 addition & 1 deletion e2e/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "e2e"
version = "0.15.1"
version = "0.15.2"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions man/man1/sk.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH sk 1 "sk 0.15.1"
.TH sk 1 "sk 0.15.2"
.SH NAME
sk \- sk \- fuzzy finder in Rust
.SH SYNOPSIS
Expand Down Expand Up @@ -557,4 +557,4 @@ Print help (see a summary with \*(Aq\-h\*(Aq)
\fB\-V\fR, \fB\-\-version\fR
Print version
.SH VERSION
v0.15.1
v0.15.2
2 changes: 1 addition & 1 deletion skim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "skim"
version = "0.15.1"
version = "0.15.2"
authors = ["Zhang Jinzhou <[email protected]>", "Loric Andre"]
description = "Fuzzy Finder in rust!"
documentation = "https://docs.rs/skim"
Expand Down
2 changes: 2 additions & 0 deletions xtask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@





## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01)


Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.15.1"
version = "0.15.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit dd41167

Please sign in to comment.