Skip to content

Commit

Permalink
fix: Update release configuration for jpegxl-rs and jpegxl-sys packages
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Sep 27, 2024
1 parent 5a62e9a commit ddf5ee0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0+libjxl-0.11.0"
rust-version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -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

Expand Down
12 changes: 11 additions & 1 deletion release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
[workspace]
publish_features = ["vendored"]
allow_dirty = true

[[package]]
name = "jpegxl-rs"
changelog_include = ["jpegxl-sys"]
publish_features = ["vendored"]

[[package]]
name = "jpegxl-sys"
changelog_include = ["jpegxl-src"]
publish_features = ["vendored"]

0 comments on commit ddf5ee0

Please sign in to comment.