-
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
Showing
7 changed files
with
28 additions
and
43 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 |
---|---|---|
@@ -1,54 +1,49 @@ | ||
# 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.11.1+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.11.0+libjxl-0.11.0...jpegxl-rs-v0.11.1+libjxl-0.11.0) - 2024-10-01 | ||
|
||
### Fixed | ||
### 🐛 Bug Fixes | ||
|
||
- Fix doc gen | ||
|
||
### Doc | ||
### 📚 Documentation | ||
|
||
- Remove docsrs-specific reference to deleted "threads" feature | ||
|
||
## [0.11.0+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-rs-v0.10.4+libjxl-0.10.3...jpegxl-rs-v0.11.0+libjxl-0.11.0) - 2024-09-27 | ||
|
||
### Added | ||
### ⛰️ Features | ||
|
||
- Update JPEG quality setting in encoder ([#74](https://github.com/inflation/jpegxl-rs/pull/74)) | ||
|
||
### Fixed | ||
### 🐛 Bug Fixes | ||
|
||
- Update release configuration for jpegxl-rs and jpegxl-sys packages | ||
- Change ffi function types to use `c-unwind` ABI | ||
- Change `JxlBoxType` to use system char type | ||
|
||
### Refactor | ||
### 🚜 Refactor | ||
|
||
- Move `libjxl` functions into modules | ||
- Remove threads feature and update dependencies. | ||
- Don't use `-sys` in `-rs` with default features enabled | ||
|
||
### Doc | ||
### 📚 Documentation | ||
|
||
- Convert `libjxl` doc to rustdoc format with help from @copilot | ||
- Remove unnecessary feature attribute in thread pool implementations | ||
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73)) | ||
|
||
### Deps | ||
### 📦 Dependencies | ||
|
||
- Bump thiserror from 1.0.61 to 1.0.64 | ||
- Bump pretty_assertions from 1.4.0 to 1.4.1 | ||
- Bump derive_builder from 0.20.0 to 0.20.1 | ||
- Bump testresult from 0.4.0 to 0.4.1 | ||
- Bump image from 0.25.1 to 0.25.2 | ||
|
||
### CI | ||
### ⚙️ Miscellaneous Tasks | ||
|
||
- 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
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 |
---|---|---|
@@ -1,48 +1,43 @@ | ||
# 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.11.1+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.11.0+libjxl-0.11.0...jpegxl-sys-v0.11.1+libjxl-0.11.0) - 2024-10-01 | ||
|
||
### Fixed | ||
### 🐛 Bug Fixes | ||
|
||
- Doc build | ||
- Fix doc gen | ||
|
||
### Doc | ||
### 📚 Documentation | ||
|
||
- Remove docsrs-specific reference to deleted "threads" feature | ||
|
||
## [0.11.0+libjxl-0.11.0](https://github.com/inflation/jpegxl-rs/compare/jpegxl-sys-v0.10.4+libjxl-0.10.3...jpegxl-sys-v0.11.0+libjxl-0.11.0) - 2024-09-27 | ||
|
||
### Added | ||
### ⛰️ Features | ||
|
||
- Add gain map utility functions | ||
|
||
### Fixed | ||
### 🐛 Bug Fixes | ||
|
||
- Change ffi function types to use `c-unwind` ABI | ||
|
||
### Refactor | ||
### 🚜 Refactor | ||
|
||
- Move `libjxl` functions into modules | ||
- Remove threads feature and update dependencies. | ||
|
||
### Doc | ||
### 📚 Documentation | ||
|
||
- Convert `libjxl` doc to rustdoc format with help from @copilot | ||
- Update how docs are generated ([#73](https://github.com/inflation/jpegxl-rs/pull/73)) | ||
|
||
### Deps | ||
### 📦 Dependencies | ||
|
||
- Bump pkg-config from 0.3.30 to 0.3.31 | ||
- Bump pretty_assertions from 1.4.0 to 1.4.1 | ||
- Bump image from 0.25.1 to 0.25.2 | ||
|
||
### CI | ||
### ⚙️ Miscellaneous Tasks | ||
|
||
- Update release configuration for `jpegxl-rs` and `jpegxl-sys` packages |
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