diff --git a/Cargo.lock b/Cargo.lock index 3fe9790..ab766c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "jpegxl-rs" -version = "0.11.2+libjxl-0.11.1" +version = "0.11.3+libjxl-0.11.1" dependencies = [ "bon", "byteorder", @@ -444,14 +444,14 @@ dependencies = [ [[package]] name = "jpegxl-src" -version = "0.11.2" +version = "0.11.3" dependencies = [ "cmake", ] [[package]] name = "jpegxl-sys" -version = "0.11.2+libjxl-0.11.1" +version = "0.12.0+libjxl-0.11.1" dependencies = [ "image", "jpegxl-src", diff --git a/jpegxl-rs/CHANGELOG.md b/jpegxl-rs/CHANGELOG.md index a195812..82df95e 100644 --- a/jpegxl-rs/CHANGELOG.md +++ b/jpegxl-rs/CHANGELOG.md @@ -2,6 +2,22 @@ ## [Unreleased] +## [0.11.3+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.11.2+libjxl-0.11.1...jpegxl-rs-v0.11.3+libjxl-0.11.1) + +### ⛰️ Features + +- Replace `derive_builder` with `bon` - ([68f0474](https://github.com/inflation/jpegxl-rs/commit/68f047448979409bad51acb0aed9db0475c37e30)) + +### 🐛 Bug Fixes + +- Update `bon` setting to keep from breaking change - ([f743899](https://github.com/inflation/jpegxl-rs/commit/f7438998c69fe585504fdec22e327eec625403c5)) +- Ensure to use JxlBool for FFI - ([8f42736](https://github.com/inflation/jpegxl-rs/commit/8f4273692ab02b0f07d8775aa1c9b537a3f27427)) + +### ⚙️ Miscellaneous Tasks + +- Enable ASan on `libjxl` (#123) - ([8dd8702](https://github.com/inflation/jpegxl-rs/commit/8dd8702664587cae143581451f2d15cd3e14cb43)) +- Enable MSan and TSan (#114) - ([682cc5c](https://github.com/inflation/jpegxl-rs/commit/682cc5c805b6735ac4ab9d48a29f77f902bbe2cb)) + ## [0.11.2+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.11.1+libjxl-0.11.0...jpegxl-rs-v0.11.2+libjxl-0.11.1) ### 📦 Dependencies diff --git a/jpegxl-rs/Cargo.toml b/jpegxl-rs/Cargo.toml index e2a82c3..93dd14d 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.2+libjxl-0.11.1" +version = "0.11.3+libjxl-0.11.1" rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -35,7 +35,7 @@ byteorder = "1.5.0" bon = "3.3.0" [dependencies.jpegxl-sys] -version = "0.11.2" +version = "0.12.0" path = "../jpegxl-sys" default-features = false diff --git a/jpegxl-src/CHANGELOG.md b/jpegxl-src/CHANGELOG.md index 886bac0..d493e1f 100644 --- a/jpegxl-src/CHANGELOG.md +++ b/jpegxl-src/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.11.3](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.11.2...jpegxl-src-v0.11.3) + +### ⚙️ Miscellaneous Tasks + +- Enable ASan on `libjxl` (#123) - ([8dd8702](https://github.com/inflation/jpegxl-rs/commit/8dd8702664587cae143581451f2d15cd3e14cb43)) + ## [0.11.2](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.11.1...jpegxl-src-v0.11.2) ### 🐛 Bug Fixes diff --git a/jpegxl-src/Cargo.toml b/jpegxl-src/Cargo.toml index 05dfde9..7546832 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.2" +version = "0.11.3" rust-version.workspace = true exclude = [ "libjxl/third_party/libpng", diff --git a/jpegxl-sys/CHANGELOG.md b/jpegxl-sys/CHANGELOG.md index 083538a..585a898 100644 --- a/jpegxl-sys/CHANGELOG.md +++ b/jpegxl-sys/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [0.12.0+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.11.2+libjxl-0.11.1...jpegxl-sys-v0.12.0+libjxl-0.11.1) + +### 🐛 Bug Fixes + +- Ensure to use JxlBool for FFI - ([8f42736](https://github.com/inflation/jpegxl-rs/commit/8f4273692ab02b0f07d8775aa1c9b537a3f27427)) + +### ⚙️ Miscellaneous Tasks + +- Enable ASan on `libjxl` (#123) - ([8dd8702](https://github.com/inflation/jpegxl-rs/commit/8dd8702664587cae143581451f2d15cd3e14cb43)) + ## [0.11.2+libjxl-0.11.1](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.11.1+libjxl-0.11.0...jpegxl-sys-v0.11.2+libjxl-0.11.1) ### 🐛 Bug Fixes diff --git a/jpegxl-sys/Cargo.toml b/jpegxl-sys/Cargo.toml index 809e5de..67a25be 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.2+libjxl-0.11.1" +version = "0.12.0+libjxl-0.11.1" 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.2" +version = "0.11.3" path = "../jpegxl-src" optional = true