From 5ccc08f35f63e459d859cf995f3eec2e69ad8ca3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:11:49 +0000 Subject: [PATCH] chore: release master --- .github/release-please/manifest.json | 4 +++- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 6 +++--- e2e/CHANGELOG.md | 8 ++++++++ e2e/Cargo.toml | 2 +- skim/Cargo.toml | 2 +- xtask/CHANGELOG.md | 13 +++++++++++++ xtask/Cargo.toml | 2 +- 8 files changed, 42 insertions(+), 7 deletions(-) create mode 100644 e2e/CHANGELOG.md create mode 100644 xtask/CHANGELOG.md diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index b314aa40..a8023d4c 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,5 @@ { - "skim": "0.14.3" + "skim": "0.14.4", + "e2e": "0.14.4", + "xtask": "0.14.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a20d7bac..5a1ec24e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [0.14.4](https://github.com/skim-rs/skim/compare/v0.14.3...v0.14.4) (2024-11-30) + + +### Bug Fixes + +* undo sk-tmux deprecation ([c9f9025](https://github.com/skim-rs/skim/commit/c9f9025da9cf0bae7802f725eebd28ebac324378)) + + +### Miscellaneous Chores + +* release 0.14.4 ([0f2e061](https://github.com/skim-rs/skim/commit/0f2e0612522c8d046af1f283f264ee6af76b9232)) + ## 0.13.0: 2024-11-25 Features: diff --git a/Cargo.lock b/Cargo.lock index a5b660b1..0930cf76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "e2e" -version = "0.1.0" +version = "0.14.4" dependencies = [ "rand", "skim", @@ -853,7 +853,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.14.3" +version = "0.14.4" dependencies = [ "atty", "beef", @@ -1233,7 +1233,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "xtask" -version = "0.1.0" +version = "0.14.4" dependencies = [ "clap", "clap_complete", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md new file mode 100644 index 00000000..fc580cab --- /dev/null +++ b/e2e/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.14.4 (2024-11-30) + + +### Miscellaneous Chores + +* release 0.14.4 ([0f2e061](https://github.com/skim-rs/skim/commit/0f2e0612522c8d046af1f283f264ee6af76b9232)) diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 8b29ad2d..b988f0bc 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e" -version = "0.1.0" +version = "0.14.4" edition = "2021" [dependencies] diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 2baf3029..5d1c5221 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.14.3" +version = "0.14.4" 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 new file mode 100644 index 00000000..bfd2dd97 --- /dev/null +++ b/xtask/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 0.14.4 (2024-11-30) + + +### Features + +* 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)) + + +### Miscellaneous Chores + +* release 0.14.4 ([0f2e061](https://github.com/skim-rs/skim/commit/0f2e0612522c8d046af1f283f264ee6af76b9232)) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 9ade3a73..a2481752 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.1.0" +version = "0.14.4" edition = "2021" [dependencies]