Skip to content

Commit

Permalink
Release 0.17.13 (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia authored Feb 19, 2024
1 parent c02bd7b commit b5b0d48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

## 0.17.13

* Fix `Send` bound on `Reader`.

## 0.17.12

* Reject zero-sized frames.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "png"
version = "0.17.12"
version = "0.17.13"
license = "MIT OR Apache-2.0"

description = "PNG decoding and encoding library in pure Rust"
Expand Down

0 comments on commit b5b0d48

Please sign in to comment.