From 043497efb46ef2f79b562378889f28a3553b7d5b 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 +- 2 files changed, 22 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