From 772bee5acf8d1a44d4f2e44456d8fe56542e63f1 Mon Sep 17 00:00:00 2001 From: Inflation <2375962+inflation@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.9.0+libjxl-0.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ Justfile | 2 +- jpegxl-src/Cargo.toml | 3 +++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d43fe75..e8711ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change log + +## 0.9.0 (2024-01-27) + +### Changed + +- ⬆️ Upgrade libjxl v0.9.0 ([#32](https://github.com/inflation/jpegxl-rs/issues/32)) [[0fd2388](https://github.com/inflation/jpegxl-rs/commit/0fd238801acf9409329426b38730d31bd69026b2)] +- ⬆️ Upgrade libjxl v0.9.0 [[f4498b1](https://github.com/inflation/jpegxl-rs/commit/f4498b178534512888492fa66fa353383d0ea674)] +- ♻️ Add back derived traits for `JxlBitDepth` [[a72176a](https://github.com/inflation/jpegxl-rs/commit/a72176ae03eb47ed957b5e4f19d8fa7e1c093a8d)] +- ♻️ Use [lints] in Cargo.toml [[ff1bc74](https://github.com/inflation/jpegxl-rs/commit/ff1bc74e513e23179d444d11ebe3f536c120a06d)] + +### Fixed + +- 💚 Update coverage attribute [[59a7cf1](https://github.com/inflation/jpegxl-rs/commit/59a7cf17b18deba5cded4712f1655c21c5cce618)] + +### Miscellaneous + +- 🔀 : Bump actions/cache from 3 to 4 ([#33](https://github.com/inflation/jpegxl-rs/issues/33)) [[c609f18](https://github.com/inflation/jpegxl-rs/commit/c609f18d54b9c7f4899839a35a42cf65e366cda6)] +- ️👷 (deps): Bump actions/cache from 3 to 4 [[eff742e](https://github.com/inflation/jpegxl-rs/commit/eff742e21f5df614074725dd5db2d93b7126d27e)] +- ⚰️ Remove unused color encoding setup when encoding JPEG [[8d285be](https://github.com/inflation/jpegxl-rs/commit/8d285be2260a24c7fdf2c2da50cd665c7342e1eb)] + + ## 0.8.3 (2023-10-13) diff --git a/Justfile b/Justfile index b8f3225..f06554f 100644 --- a/Justfile +++ b/Justfile @@ -10,7 +10,7 @@ doc: release: test doc cd jpegxl-rs && gitmoji-changelog --preset cargo --output ../CHANGELOG.md git commit -am "🔖 v$(cargo metadata --format-version=1 | \ - jq -r '.packages[] | select(.name | contains("jpegxl-rs")) | .version')" + jaq -r '.packages[] | select(.name | contains("jpegxl-rs")) | .version')" publish: cargo publish -p jpegxl-src diff --git a/jpegxl-src/Cargo.toml b/jpegxl-src/Cargo.toml index 04f1024..412ac45 100644 --- a/jpegxl-src/Cargo.toml +++ b/jpegxl-src/Cargo.toml @@ -16,6 +16,8 @@ exclude = [ "libjxl/third_party/brotli/java", "libjxl/third_party/brotli/csharp", "libjxl/third_party/brotli/research", + "libjxl/third_party/brotli/js", + "libjxl/third_party/libjpeg-turbo", "libjxl/third_party/highway/g3doc", "libjxl/third_party/skcms/profiles", "libjxl/third_party/zlib/contrib", @@ -27,6 +29,7 @@ exclude = [ "libjxl/.github", "libjxl/debian", "libjxl/plugins", + "libjxl/tools", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html