Skip to content

Commit 765f966

Browse files
Release v0.3.0
1 parent 57e8874 commit 765f966

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.3.0]
2+
3+
* Ignore remaining PNG data after IEND chunk
4+
* Bump bytes crate to 1.0
5+
6+
[0.3.0]: https://github.com/paolobarbolini/img-parts/compare/v0.2.3...v0.3.0
7+
18
## [0.2.3]
29

310
* Fix decoding JPEGs containing a DRI segment

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "img-parts"
3-
version = "0.2.3" # remember to update README.md
3+
version = "0.3.0" # remember to update README.md
44
description = "Low level crate for reading and writing Jpeg, Png and RIFF image containers"
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/paolobarbolini/img-parts"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![crates.io](https://img.shields.io/crates/v/img-parts.svg)](https://crates.io/crates/img-parts)
44
[![Documentation](https://docs.rs/img-parts/badge.svg)](https://docs.rs/img-parts)
5-
[![dependency status](https://deps.rs/crate/img-parts/0.2.3/status.svg)](https://deps.rs/crate/img-parts/0.2.3)
5+
[![dependency status](https://deps.rs/crate/img-parts/0.3.0/status.svg)](https://deps.rs/crate/img-parts/0.3.0)
66
[![Rustc Version 1.40.0+](https://img.shields.io/badge/rustc-1.40.0+-lightgray.svg)](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
77
[![CI](https://github.com/paolobarbolini/img-parts/workflows/CI/badge.svg)](https://github.com/paolobarbolini/img-parts/actions?query=workflow%3ACI)
88

0 commit comments

Comments
 (0)