File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.11.0] - 2024-12-28
11
+
10
12
### Added
11
13
- Implement JPEG bitstream reconstruction (#390 ).
12
14
- ` 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
168
170
- This is the first official release of jxl-oxide, a JPEG XL decoder written in Rust.
169
171
- Frequently used features are mostly implemented.
170
172
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
172
175
[ 0.10.2 ] : https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.2
173
176
[ 0.10.1 ] : https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.1
174
177
[ 0.10.0 ] : https://github.com/tirr-c/jxl-oxide/releases/tag/0.10.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ which covers various components of jxl-oxide.
10
10
11
11
``` toml
12
12
[dependencies ]
13
- jxl-oxide = " 0.10.2 "
13
+ jxl-oxide = " 0.11.0 "
14
14
```
15
15
16
16
## Installing command line tool
You can’t perform that action at this time.
0 commit comments