We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95550d7 commit eb2d7c0Copy full SHA for eb2d7c0
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
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
10
## v0.3.1 (2024-01-13)
11
12
- Added a WASM SIMD implementation.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
rust-version = "1.61.0"
0 commit comments