Skip to content

Commit 6cf5bd9

Browse files
author
Andreas Molzer
authored
Merge pull request #507 from Shnatsel/new-release
New release
2 parents 98286ce + 347dc5d commit 6cf5bd9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
## Unreleased
1+
## 0.17.14
22

33
* Updated to miniz_oxide 0.8.0.
4+
* Added public API to consume interlaced rows one by one ([#495])
5+
* Improved support for resuming decoding after an `UnexpectedEof`, which lets you start parsing a file before it's fully received over the network ([#496])
6+
* Fixed some broken links in documentation, improved some documentation comments
7+
8+
[#495]: https://github.com/image-rs/image-png/pull/495
9+
[#496]: https://github.com/image-rs/image-png/pull/496
10+
411

512
## 0.17.13
613

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "png"
3-
version = "0.17.13"
3+
version = "0.17.14"
44
license = "MIT OR Apache-2.0"
55

66
description = "PNG decoding and encoding library in pure Rust"
@@ -56,4 +56,4 @@ required-features = ["benchmarks"]
5656
path = "benches/expand_paletted.rs"
5757
name = "expand_paletted"
5858
harness = false
59-
required-features = ["benchmarks"]
59+
required-features = ["benchmarks"]

0 commit comments

Comments
 (0)