Skip to content

Commit 5581f7d

Browse files
author
HeroicKatora
authored
Merge pull request #239 from image-rs/release-0.2.5
Release 0.2.5
2 parents d567e43 + 13471bc commit 5581f7d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.2.5 (2022-05-02)
6+
7+
- Fix single threaded usage in WASM target.
8+
59
## v0.2.4 (2022-04-01)
610

711
- Corrects minimal version requirements of dependency `rayon`.

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.2.4"
3+
version = "0.2.5"
44
authors = ["The image-rs Developers"]
55
description = "JPEG decoder"
66
documentation = "https://docs.rs/jpeg-decoder"

0 commit comments

Comments
 (0)