File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 43
43
44
44
strategy :
45
45
matrix :
46
- rust : [nightly-2022-03-24 ]
46
+ rust : [nightly-2024-01-13 ]
47
47
features : ["", "rayon", "nightly_aarch64_neon"]
48
48
49
49
steps :
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## v0.3.1 (2024-01-13)
6
+
7
+ - Added a WASM SIMD implementation.
8
+ - Allow reading the XMP packet.
9
+ - Admit more precision values in JPEG Lossless.
10
+
5
11
## v0.3.0 (2022-10-17)
6
12
7
13
- The MSRV policy is now managed by the ` rust-version ` field in ` Cargo.toml ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " jpeg-decoder"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
edition = " 2021"
5
5
6
6
rust-version = " 1.61.0"
You can’t perform that action at this time.
0 commit comments