Skip to content

Commit

Permalink
jxl-oxide v0.11.0 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Dec 28, 2024
1 parent ae1d28e commit 45f7698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.0] - 2024-12-28

### Added
- Implement JPEG bitstream reconstruction (#390).
- `jxl-oxide`: Extract (potentially Brotli-compressed) Exif metadata (#389).
Expand Down Expand Up @@ -168,7 +170,8 @@ 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.10.2...HEAD
[Unreleased]: https://github.com/tirr-c/jxl-oxide/compare/0.11.0...HEAD
[0.11.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.11.0
[0.10.2]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.2
[0.10.1]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.1
[0.10.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ which covers various components of jxl-oxide.

```toml
[dependencies]
jxl-oxide = "0.10.2"
jxl-oxide = "0.11.0"
```

## Installing command line tool
Expand Down

0 comments on commit 45f7698

Please sign in to comment.