Skip to content

Commit

Permalink
Release 0.3.1 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Jan 13, 2024
1 parent f865ec1 commit c1a1fe0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

strategy:
matrix:
rust: [nightly-2022-03-24]
rust: [nightly-2024-01-13]
features: ["", "rayon", "nightly_aarch64_neon"]

steps:
Expand Down
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-13)

- 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 c1a1fe0

Please sign in to comment.