Skip to content

Commit 619f82c

Browse files
committed
Add metadata and changelog for 0.2.6
1 parent c03df81 commit 619f82c

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.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+
510
## v0.2.5 (2022-05-02)
611

712
- Fix single threaded usage in WASM target.

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

0 commit comments

Comments
 (0)