Skip to content

Commit eb2d7c0

Browse files
authored
Release 0.3.2 (#284)
1 parent 95550d7 commit eb2d7c0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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.2 (2025-06-15)
6+
7+
- Depend on wasm-bindgen 0.2.89 or higher
8+
- Fix panic when prediction calculation is invalid
9+
510
## v0.3.1 (2024-01-13)
611

712
- Added a WASM SIMD implementation.

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.1"
3+
version = "0.3.2"
44
edition = "2021"
55

66
rust-version = "1.61.0"

0 commit comments

Comments
 (0)