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 038c6c34..aa570b90 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", @@ -1218,7 +1218,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..a05de3fc 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) (2025-01-22) + + +### 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 cb7a6b1f..e48109c4 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..62d73369 100644 --- a/xtask/CHANGELOG.md +++ b/xtask/CHANGELOG.md @@ -8,6 +8,13 @@ +## [0.19.0](https://github.com/skim-rs/skim/compare/xtask-v0.18.0...xtask-v0.19.0) (2025-01-22) + + +### Features + +* **tui:** add info hidden ([#630](https://github.com/skim-rs/skim/issues/630)) ([a5b8181](https://github.com/skim-rs/skim/commit/a5b81818d6eb8bfe4c2ceeed3b4cc6e22cc95731)) + ## [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 d5296639..fa5c1df2 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]