File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 0.2.3]
2
9
3
10
* Fix decoding JPEGs containing a DRI segment
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " img-parts"
3
- version = " 0.2.3 " # remember to update README.md
3
+ version = " 0.3.0 " # remember to update README.md
4
4
description = " Low level crate for reading and writing Jpeg, Png and RIFF image containers"
5
5
license = " MIT/Apache-2.0"
6
6
repository = " https://github.com/paolobarbolini/img-parts"
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ crates.io] ( https://img.shields.io/crates/v/img-parts.svg )] ( https://crates.io/crates/img-parts )
4
4
[ ![ 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 )
6
6
[ ![ 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 )
7
7
[ ![ CI] ( https://github.com/paolobarbolini/img-parts/workflows/CI/badge.svg )] ( https://github.com/paolobarbolini/img-parts/actions?query=workflow%3ACI )
8
8
You can’t perform that action at this time.
0 commit comments