Skip to content

Commit

Permalink
Release 0.18.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Feb 28, 2025
1 parent 7baf351 commit afb6ccd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.18.0

### API Breaking Changes

* Removed deprecated `Info::encode` method.
* Improved the compression settings API.
* `Decoder` now requires a reader that implements `Seek` and `BufRead` traits.
* Bump bitflags dependency to 2.0.

### Other additions

* Added `Reader::read_row` method.
* Add support for parsing eXIf chunk.
* Treat most auxiliary chunk errors as benign.

## 0.17.16

* Make gAMA and cHRM fallback optional for sRGB ([#547])
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.16"
version = "0.18.0-rc"
license = "MIT OR Apache-2.0"

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

0 comments on commit afb6ccd

Please sign in to comment.