From 246c8d86f312109f1b0342003035468144e71c0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:00:15 +0100 Subject: [PATCH] chore: release master (#639) * 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 --- .github/release-please/manifest.json | 6 +++--- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 +++--- e2e/CHANGELOG.md | 2 ++ e2e/Cargo.toml | 2 +- man/man1/sk.1 | 4 ++-- skim/Cargo.toml | 2 +- xtask/CHANGELOG.md | 2 ++ xtask/Cargo.toml | 2 +- 9 files changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 949ea9d1..9e07853f 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "skim": "0.15.0", - "e2e": "0.15.0", - "xtask": "0.15.0" + "skim": "0.15.1", + "e2e": "0.15.1", + "xtask": "0.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4725b340..dd7dcd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.15.1](https://github.com/skim-rs/skim/compare/v0.15.0...v0.15.1) (2024-12-01) + + +### Bug Fixes + +* fix urls in cargo.toml ([36c4757](https://github.com/skim-rs/skim/commit/36c47578f2e1b7603db6d28f829920243eb8b51e)) + ## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01) diff --git a/Cargo.lock b/Cargo.lock index 05621af5..378f76d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "e2e" -version = "0.15.0" +version = "0.15.1" dependencies = [ "rand", "skim", @@ -853,7 +853,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.15.0" +version = "0.15.1" dependencies = [ "atty", "beef", @@ -1233,7 +1233,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "xtask" -version = "0.15.0" +version = "0.15.1" dependencies = [ "clap", "clap_complete", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md index c82cf930..95b41706 100644 --- a/e2e/CHANGELOG.md +++ b/e2e/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog + + ## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01) diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 4a6fb38d..a8e210e3 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e" -version = "0.15.0" +version = "0.15.1" edition = "2021" [dependencies] diff --git a/man/man1/sk.1 b/man/man1/sk.1 index d5e0189f..79ded55a 100644 --- a/man/man1/sk.1 +++ b/man/man1/sk.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH sk 1 "sk 0.14.3" +.TH sk 1 "sk 0.15.1" .SH NAME sk \- sk \- fuzzy finder in Rust .SH SYNOPSIS @@ -557,4 +557,4 @@ Print help (see a summary with \*(Aq\-h\*(Aq) \fB\-V\fR, \fB\-\-version\fR Print version .SH VERSION -v0.14.3 +v0.15.1 diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 110917d9..cb3ae51c 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.15.0" +version = "0.15.1" authors = ["Zhang Jinzhou ", "Loric Andre"] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim" diff --git a/xtask/CHANGELOG.md b/xtask/CHANGELOG.md index 28716315..4c125f5e 100644 --- a/xtask/CHANGELOG.md +++ b/xtask/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog + + ## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 7dc811da..d9cab0e0 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.15.0" +version = "0.15.1" edition = "2021" [dependencies]