Skip to content

Commit

Permalink
Update CHANGELOG.md (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Nov 1, 2024
1 parent 81193fb commit 8c4a2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.10.0] - 2024-11-01

### Added
- `jxl-oxide`: Accept `u8` and `u16` output buffers in `ImageStream::write_to_buffer` (#366).
Expand Down Expand Up @@ -148,7 +148,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- This is the first official release of jxl-oxide, a JPEG XL decoder written in Rust.
- Frequently used features are mostly implemented.

[Unreleased]: https://github.com/tirr-c/jxl-oxide/compare/0.9.1...HEAD
[0.10.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.0
[0.9.1]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.9.1
[0.9.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.9.0
[0.8.1]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.8.1
Expand Down

0 comments on commit 8c4a2a5

Please sign in to comment.