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 bd2664aa..babf4ff6 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", @@ -557,9 +557,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "indexmap" -version = "2.7.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown", @@ -1219,7 +1219,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..215b1455 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-21) + + +### 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..90f79ca6 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) (2025-01-21) + + +### 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 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]