-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9532f45
commit 9880156
Showing
7 changed files
with
81 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.10.5+libjxl-0.10.3](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.10.4+libjxl-0.10.3...jpegxl-rs-v0.10.5+libjxl-0.10.3) - 2024-09-24 | ||
|
||
### Added | ||
|
||
- Update JPEG quality setting in encoder ([#74](https://github.com/inflation/jpegxl-rs/pull/74)) | ||
|
||
### Fixed | ||
|
||
- Change ffi function types to use `c-unwind` ABI | ||
|
||
### Other | ||
|
||
- Bump thiserror from 1.0.63 to 1.0.64 | ||
- Bump pretty_assertions from 1.4.0 to 1.4.1 | ||
- Remove unnecessary feature attribute in thread pool implementations | ||
- Remove threads feature and update dependencies. | ||
- Don't use -sys in -rs with default features enabled | ||
- Bump derive_builder from 0.20.0 to 0.20.1 | ||
- Change JxlBoxType to use system char type | ||
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73)) | ||
- ⬆️ (deps): Bump thiserror from 1.0.62 to 1.0.63 ([#66](https://github.com/inflation/jpegxl-rs/pull/66)) | ||
- :arrow_up: (deps): Bump testresult from 0.4.0 to 0.4.1 | ||
- :arrow_up: (deps): Bump image from 0.25.1 to 0.25.2 | ||
- :arrow_up: (deps): Bump thiserror from 1.0.61 to 1.0.62 | ||
- Update release-plz workflow and config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.10.6](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.10.5...jpegxl-src-v0.10.6) - 2024-09-24 | ||
|
||
### Other | ||
|
||
- Remove threads feature and update dependencies. | ||
- :arrow_up: Bump cmake from 0.1.50 to 0.1.51 | ||
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73)) | ||
- Set `JPEGXL_BUNDLE_LIBPNG` to `OFF` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.10.5+libjxl-0.10.3](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.10.4+libjxl-0.10.3...jpegxl-sys-v0.10.5+libjxl-0.10.3) - 2024-09-24 | ||
|
||
### Fixed | ||
|
||
- Change ffi function types to use `c-unwind` ABI | ||
|
||
### Other | ||
|
||
- Bump pkg-config from 0.3.30 to 0.3.31 | ||
- Bump pretty_assertions from 1.4.0 to 1.4.1 | ||
- Remove threads feature and update dependencies. | ||
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73)) | ||
- :arrow_up: (deps): Bump image from 0.25.1 to 0.25.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters