Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Jan 12, 2024
1 parent f865ec1 commit bc14872
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v0.3.1 (2024-01-12)

- Added a WASM SIMD implementation.
- Allow reading the XMP packet.
- Admit more precision values in JPEG Lossless.

## v0.3.0 (2022-10-17)

- The MSRV policy is now managed by the `rust-version` field in `Cargo.toml`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jpeg-decoder"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

rust-version = "1.61.0"
Expand Down

0 comments on commit bc14872

Please sign in to comment.