diff --git a/Cargo.lock b/Cargo.lock index b4a4c61..f0c14ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,7 +434,7 @@ dependencies = [ [[package]] name = "jpegxl-rs" -version = "0.11.0+libjxl-0.11.0" +version = "0.11.1+libjxl-0.11.0" dependencies = [ "byteorder", "criterion", @@ -450,14 +450,14 @@ dependencies = [ [[package]] name = "jpegxl-src" -version = "0.11.1" +version = "0.11.2" dependencies = [ "cmake", ] [[package]] name = "jpegxl-sys" -version = "0.11.0+libjxl-0.11.0" +version = "0.11.1+libjxl-0.11.0" dependencies = [ "image", "jpegxl-src", diff --git a/jpegxl-rs/CHANGELOG.md b/jpegxl-rs/CHANGELOG.md index 91b0759..b66858e 100644 --- a/jpegxl-rs/CHANGELOG.md +++ b/jpegxl-rs/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.11.0+libjxl-0.11.0...jpegxl-rs-v0.11.1+libjxl-0.11.0) - 2024-10-01 + +### Other + +- remove docsrs-specific reference to deleted "threads" feature + ## [0.11.0+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.10.4+libjxl-0.10.3...jpegxl-rs-v0.11.0+libjxl-0.11.0) - 2024-09-27 ### Added diff --git a/jpegxl-rs/Cargo.toml b/jpegxl-rs/Cargo.toml index bf9e66c..fce8cd5 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.11.0+libjxl-0.11.0" +version = "0.11.1+libjxl-0.11.0" rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -35,7 +35,7 @@ half = "2.4.1" byteorder = "1.5.0" [dependencies.jpegxl-sys] -version = "0.11.0" +version = "0.11.1" path = "../jpegxl-sys" default-features = false diff --git a/jpegxl-src/CHANGELOG.md b/jpegxl-src/CHANGELOG.md index 4237dfe..c14e0cf 100644 --- a/jpegxl-src/CHANGELOG.md +++ b/jpegxl-src/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.11.1...jpegxl-src-v0.11.2) - 2024-10-01 + +### Other + +- release/v0.11.0 + ## [0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.10.5...jpegxl-src-v0.11.1) - 2024-09-27 ### Other diff --git a/jpegxl-src/Cargo.toml b/jpegxl-src/Cargo.toml index 9edd3b9..ecc0ba2 100644 --- a/jpegxl-src/Cargo.toml +++ b/jpegxl-src/Cargo.toml @@ -6,7 +6,7 @@ license = "BSD-3-Clause" name = "jpegxl-src" readme = "README.md" repository = "https://github.com/inflation/jpegxl-rs" -version = "0.11.1" +version = "0.11.2" rust-version.workspace = true exclude = [ "libjxl/third_party/libpng", diff --git a/jpegxl-sys/CHANGELOG.md b/jpegxl-sys/CHANGELOG.md index 5b82f1a..b69320f 100644 --- a/jpegxl-sys/CHANGELOG.md +++ b/jpegxl-sys/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.11.0+libjxl-0.11.0...jpegxl-sys-v0.11.1+libjxl-0.11.0) - 2024-10-01 + +### Fixed + +- doc build + +### Other + +- remove docsrs-specific reference to deleted "threads" feature +- release/v0.11.0 + ## [0.11.0+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.10.4+libjxl-0.10.3...jpegxl-sys-v0.11.0+libjxl-0.11.0) - 2024-09-27 ### Added diff --git a/jpegxl-sys/Cargo.toml b/jpegxl-sys/Cargo.toml index 746f208..bb2fe3b 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.11.1+libjxl-0.11.0" rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -31,7 +31,7 @@ features = ["docs"] pkg-config = "0.3.31" [build-dependencies.jpegxl-src] -version = "0.11.0" +version = "0.11.2" path = "../jpegxl-src" optional = true