Skip to content

Commit 45f7698

Browse files
authoredDec 28, 2024··
jxl-oxide v0.11.0 (#407)
1 parent ae1d28e commit 45f7698

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2024-12-28
11+
1012
### Added
1113
- Implement JPEG bitstream reconstruction (#390).
1214
- `jxl-oxide`: Extract (potentially Brotli-compressed) Exif metadata (#389).
@@ -168,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
168170
- This is the first official release of jxl-oxide, a JPEG XL decoder written in Rust.
169171
- Frequently used features are mostly implemented.
170172

171-
[Unreleased]: https://github.com/tirr-c/jxl-oxide/compare/0.10.2...HEAD
173+
[Unreleased]: https://github.com/tirr-c/jxl-oxide/compare/0.11.0...HEAD
174+
[0.11.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.11.0
172175
[0.10.2]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.2
173176
[0.10.1]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.1
174177
[0.10.0]: https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.0

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ which covers various components of jxl-oxide.
1010

1111
```toml
1212
[dependencies]
13-
jxl-oxide = "0.10.2"
13+
jxl-oxide = "0.11.0"
1414
```
1515

1616
## Installing command line tool

0 commit comments

Comments
 (0)
Please sign in to comment.