From 5fbb2587ba333952ce06c99d1b5d2c0476ba813f Mon Sep 17 00:00:00 2001 From: "skim-rs-bot[bot]" <190268553+skim-rs-bot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 14:15:38 +0000 Subject: [PATCH] chore: release master --- .github/release-please/manifest.json | 4 ++-- Cargo.lock | 4 ++-- e2e/CHANGELOG.md | 13 +++++++++++++ e2e/Cargo.toml | 2 +- xtask/CHANGELOG.md | 8 ++++++++ xtask/Cargo.toml | 2 +- 6 files changed, 27 insertions(+), 6 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index e9ad1a72..50d6769a 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { "skim": "0.15.7", - "e2e": "0.18.0", - "xtask": "0.18.0" + "e2e": "0.19.0", + "xtask": "0.19.0" } diff --git a/Cargo.lock b/Cargo.lock index 673bf7d1..ef7870ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "e2e" -version = "0.18.0" +version = "0.19.0" dependencies = [ "rand", "tempfile", @@ -1229,7 +1229,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "xtask" -version = "0.18.0" +version = "0.19.0" dependencies = [ "clap", "clap_complete", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md index 387038c7..7c89461d 100644 --- a/e2e/CHANGELOG.md +++ b/e2e/CHANGELOG.md @@ -4,6 +4,19 @@ +## [0.19.0](https://github.com/skim-rs/skim/compare/e2e-v0.18.0...e2e-v0.19.0) (2024-12-27) + + +### Features + +* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731)) + + +### Bug Fixes + +* clippy pedantic on main.rs ([04541d5](https://github.com/skim-rs/skim/commit/04541d515b3f46243a7f590a81022ee0a2d1a34e)) +* fix --tmux quoting ([#643](https://github.com/skim-rs/skim/issues/643)) ([1abf545](https://github.com/skim-rs/skim/commit/1abf545ed953dcb9b26a7926df2df105be662c6f)) + ## [0.18.0](https://github.com/skim-rs/skim/compare/e2e-v0.17.0...e2e-v0.18.0) (2024-12-27) diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 83369d07..689d849a 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e" -version = "0.18.0" +version = "0.19.0" edition = "2021" [dependencies] diff --git a/xtask/CHANGELOG.md b/xtask/CHANGELOG.md index 057a0416..f3f5c48c 100644 --- a/xtask/CHANGELOG.md +++ b/xtask/CHANGELOG.md @@ -8,6 +8,14 @@ +## [0.19.0](https://github.com/skim-rs/skim/compare/xtask-v0.18.0...xtask-v0.19.0) (2024-12-27) + + +### Features + +* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731)) +* use clap & derive for options, manpage & completions ([#586](https://github.com/skim-rs/skim/issues/586)) ([7df8b77](https://github.com/skim-rs/skim/commit/7df8b77739ae5a05e8cd87bff905ee091e5afd7f)) + ## [0.18.0](https://github.com/skim-rs/skim/compare/xtask-v0.17.0...xtask-v0.18.0) (2024-12-27) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 3c167fa0..360912f6 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.18.0" +version = "0.19.0" edition = "2021" [dependencies]