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 30, 2024
1 parent eff742e commit 772bee5
Show file tree
Hide file tree
Showing 3 changed files with 25 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
3 changes: 3 additions & 0 deletions jpegxl-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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
Expand Down

0 comments on commit 772bee5

Please sign in to comment.