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 c03df81 commit 619f82cCopy full SHA for 619f82c
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.2.6 (2022-05-09)
6
+
7
+- Another fix to allow usage in WASM target.
8
+- Decoding in the WASM target is now actively tested in CI.
9
10
## v0.2.5 (2022-05-02)
11
12
- Fix single threaded usage in WASM target.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jpeg-decoder"
-version = "0.2.5"
+version = "0.2.6"
authors = ["The image-rs Developers"]
description = "JPEG decoder"
documentation = "https://docs.rs/jpeg-decoder"
0 commit comments