From fd60658757654f84db5a65d366a9759e0af73407 Mon Sep 17 00:00:00 2001 From: Inflation <2375962+inflation@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:20:26 +0800 Subject: [PATCH] fix: Update release configuration for jpegxl-rs and jpegxl-sys packages --- .github/workflows/release-plz.yml | 1 + Cargo.lock | 4 ++-- jpegxl-rs/Cargo.toml | 6 +++--- jpegxl-sys/Cargo.toml | 2 +- release-plz.toml | 11 +++++++++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 16e3b32..80e699d 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -24,6 +24,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + submodules: recursive token: ${{ steps.generate-token.outputs.token }} - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/Cargo.lock b/Cargo.lock index d5f550d..f1cdeb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "jpegxl-rs" -version = "0.10.5+libjxl-0.11.0" +version = "0.10.4+libjxl-0.10.3" dependencies = [ "byteorder", "criterion", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "jpegxl-sys" -version = "0.11.0+libjxl-0.11.0" +version = "0.10.4+libjxl-0.11.0" dependencies = [ "image", "jpegxl-src", diff --git a/jpegxl-rs/Cargo.toml b/jpegxl-rs/Cargo.toml index fd3afe8..08c7e37 100644 --- a/jpegxl-rs/Cargo.toml +++ b/jpegxl-rs/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later" name = "jpegxl-rs" readme = "README.md" repository = "https://github.com/inflation/jpegxl-rs" -version = "0.10.5+libjxl-0.11.0" +version = "0.10.4+libjxl-0.10.3" rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -31,11 +31,11 @@ bench = [] derive_builder = "0.20.1" image = { version = "0.25.2", optional = true, default-features = false } thiserror = "1.0.64" -half = "2.4.0" +half = "2.4.1" byteorder = "1.5.0" [dependencies.jpegxl-sys] -version = "0.11.0" +version = "0.10.4" path = "../jpegxl-sys" default-features = false diff --git a/jpegxl-sys/Cargo.toml b/jpegxl-sys/Cargo.toml index 746f208..eeae73a 100644 --- a/jpegxl-sys/Cargo.toml +++ b/jpegxl-sys/Cargo.toml @@ -9,7 +9,7 @@ links = "jxl" name = "jpegxl-sys" readme = "README.md" repository = "https://github.com/inflation/jpegxl-rs" -version = "0.11.0+libjxl-0.11.0" +version = "0.10.4+libjxl-0.11.0" rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/release-plz.toml b/release-plz.toml index 4a0602b..fb7ccac 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,2 +1,9 @@ -[workspace] -publish_features = ["vendored"] \ No newline at end of file +[[package]] +name = "jpegxl-rs" +changelog_include = ["jpegxl-sys"] +publish_features = ["vendored"] + +[[package]] +name = "jpegxl-sys" +changelog_include = ["jpegxl-src"] +publish_features = ["vendored"]