diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 9e07853f..75a2b871 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "skim": "0.15.1", - "e2e": "0.15.1", - "xtask": "0.15.1" + "skim": "0.15.2", + "e2e": "0.15.2", + "xtask": "0.15.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dd7dcd0d..d3251dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.15.2](https://github.com/skim-rs/skim/compare/v0.15.1...v0.15.2) (2024-12-01) + + +### Bug Fixes + +* make item module public (closes [#568](https://github.com/skim-rs/skim/issues/568)) ([0963b97](https://github.com/skim-rs/skim/commit/0963b974ffdead23fad3a0db19b92229bf2ab606)) + ## [0.15.1](https://github.com/skim-rs/skim/compare/v0.15.0...v0.15.1) (2024-12-01) diff --git a/Cargo.lock b/Cargo.lock index 378f76d7..f014d673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "e2e" -version = "0.15.1" +version = "0.15.2" dependencies = [ "rand", "skim", @@ -853,7 +853,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.15.1" +version = "0.15.2" dependencies = [ "atty", "beef", @@ -1233,7 +1233,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "xtask" -version = "0.15.1" +version = "0.15.2" dependencies = [ "clap", "clap_complete", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md index 95b41706..68701420 100644 --- a/e2e/CHANGELOG.md +++ b/e2e/CHANGELOG.md @@ -2,6 +2,8 @@ + + ## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01) diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index a8e210e3..94be7b2f 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e" -version = "0.15.1" +version = "0.15.2" edition = "2021" [dependencies] diff --git a/man/man1/sk.1 b/man/man1/sk.1 index 79ded55a..23651e3c 100644 --- a/man/man1/sk.1 +++ b/man/man1/sk.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH sk 1 "sk 0.15.1" +.TH sk 1 "sk 0.15.2" .SH NAME sk \- sk \- fuzzy finder in Rust .SH SYNOPSIS @@ -557,4 +557,4 @@ Print help (see a summary with \*(Aq\-h\*(Aq) \fB\-V\fR, \fB\-\-version\fR Print version .SH VERSION -v0.15.1 +v0.15.2 diff --git a/skim/Cargo.toml b/skim/Cargo.toml index cb3ae51c..a6439eec 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.15.1" +version = "0.15.2" 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 index 4c125f5e..0a2e3617 100644 --- a/xtask/CHANGELOG.md +++ b/xtask/CHANGELOG.md @@ -2,6 +2,8 @@ + + ## [0.15.0](https://github.com/skim-rs/skim/compare/v0.14.4...v0.15.0) (2024-12-01) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index d9cab0e0..c1c934eb 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.15.1" +version = "0.15.2" edition = "2021" [dependencies]