Skip to content

Commit

Permalink
🔖 v0.9.0+libjxl-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Jan 28, 2024
1 parent c609f18 commit 043497e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change log

<a name="0.9.0"></a>
## 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 &#x60;JxlBitDepth&#x60; [[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)]


<a name="0.8.3"></a>
## 0.8.3 (2023-10-13)

Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 043497e

Please sign in to comment.