diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 4cf93e4f..27ecacf5 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "skim": "0.15.5", - "e2e": "0.15.4", - "xtask": "0.15.5" + "skim": "0.15.4", + "e2e": "0.15.3", + "xtask": "0.15.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8569ad2e..283b6804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Change Log -## [0.15.5](https://github.com/skim-rs/skim/compare/v0.15.4...v0.15.5) (2024-12-03) - - -### Bug Fixes - -* fix --tmux quoting ([#643](https://github.com/skim-rs/skim/issues/643)) ([1abf545](https://github.com/skim-rs/skim/commit/1abf545ed953dcb9b26a7926df2df105be662c6f)) - ## [0.15.4](https://github.com/skim-rs/skim/compare/v0.15.3...v0.15.4) (2024-12-01) diff --git a/Cargo.lock b/Cargo.lock index 665aa94b..b9cc28aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -429,7 +429,7 @@ dependencies = [ [[package]] name = "e2e" -version = "0.15.4" +version = "0.15.3" dependencies = [ "rand", "tempfile", @@ -872,7 +872,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "skim" -version = "0.15.5" +version = "0.15.4" dependencies = [ "atty", "beef", @@ -1253,7 +1253,7 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "xtask" -version = "0.15.5" +version = "0.15.4" dependencies = [ "clap", "clap_complete", diff --git a/e2e/CHANGELOG.md b/e2e/CHANGELOG.md index 2c9d0fa2..95cd4c0f 100644 --- a/e2e/CHANGELOG.md +++ b/e2e/CHANGELOG.md @@ -4,13 +4,6 @@ -## [0.15.4](https://github.com/skim-rs/skim/compare/v0.15.3...v0.15.4) (2024-12-03) - - -### Bug Fixes - -* fix --tmux quoting ([#643](https://github.com/skim-rs/skim/issues/643)) ([1abf545](https://github.com/skim-rs/skim/commit/1abf545ed953dcb9b26a7926df2df105be662c6f)) - ## [0.15.3](https://github.com/skim-rs/skim/compare/v0.15.2...v0.15.3) (2024-12-01) diff --git a/e2e/Cargo.toml b/e2e/Cargo.toml index 415cf6e2..3162397f 100644 --- a/e2e/Cargo.toml +++ b/e2e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "e2e" -version = "0.15.4" +version = "0.15.3" edition = "2021" [dependencies] diff --git a/man/man1/sk.1 b/man/man1/sk.1 index 680768f4..d34c6aad 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.5" +.TH sk 1 "sk 0.15.4" .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.5 +v0.15.4 diff --git a/skim/Cargo.toml b/skim/Cargo.toml index 154c72ca..a37d1e55 100644 --- a/skim/Cargo.toml +++ b/skim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "0.15.5" +version = "0.15.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 index b898e7ad..d9889338 100644 --- a/xtask/CHANGELOG.md +++ b/xtask/CHANGELOG.md @@ -8,8 +8,6 @@ - - ## [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 a3378d97..8f3484a2 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "0.15.5" +version = "0.15.4" edition = "2021" [dependencies]