Skip to content

Commit c1a1fe0

Browse files
authored
Release 0.3.1 (#276)
1 parent f865ec1 commit c1a1fe0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
rust: [nightly-2022-03-24]
46+
rust: [nightly-2024-01-13]
4747
features: ["", "rayon", "nightly_aarch64_neon"]
4848

4949
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

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+
511
## v0.3.0 (2022-10-17)
612

713
- The MSRV policy is now managed by the `rust-version` field in `Cargo.toml`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jpeg-decoder"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55

66
rust-version = "1.61.0"

0 commit comments

Comments
 (0)