diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index cbc6347b..f5f3ad30 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { "skim": "0.15.5", - "e2e": "0.16.0", - "xtask": "0.16.0" + "e2e": "0.17.0", + "xtask": "0.17.0" } diff --git a/Cargo.lock b/Cargo.lock index a377a71e..b1b42e1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "e2e" -version = "0.16.0" +version = "0.17.0" dependencies = [ "rand", "tempfile", @@ -1253,7 +1253,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "xtask" -version = "0.16.0" +version = "0.17.0" dependencies = [ "clap", "clap_complete", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md index 9e4f3e29..87f9c090 100644 --- a/e2e/CHANGELOG.md +++ b/e2e/CHANGELOG.md @@ -4,6 +4,19 @@ +## [0.17.0](https://github.com/skim-rs/skim/compare/e2e-v0.16.0...e2e-v0.17.0) (2024-12-04) + + +### 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.16.0](https://github.com/skim-rs/skim/compare/e2e-v0.15.3...e2e-v0.16.0) (2024-12-04) diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index e9456538..7271f4a4 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e" -version = "0.16.0" +version = "0.17.0" edition = "2021" [dependencies] diff --git a/xtask/CHANGELOG.md b/xtask/CHANGELOG.md index f3b082d3..7d801c63 100644 --- a/xtask/CHANGELOG.md +++ b/xtask/CHANGELOG.md @@ -8,6 +8,14 @@ +## [0.17.0](https://github.com/skim-rs/skim/compare/xtask-v0.16.0...xtask-v0.17.0) (2024-12-04) + + +### 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.16.0](https://github.com/skim-rs/skim/compare/xtask-v0.15.4...xtask-v0.16.0) (2024-12-04) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 194a9220..f434da11 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.16.0" +version = "0.17.0" edition = "2021" [dependencies]