Skip to content

Releases: AldaronLau/png_pong

v0.9.2

10 Aug 21:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

PNG Pong v0.9.1

04 Apr 03:39
Compare
Choose a tag to compare

Changed

  • Lowered MSRV to 1.70

Full Changelog: v0.9.0...v0.9.1

PNG Pong v0.9.0

04 Apr 03:37
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Result type aliases are now more flexible
  • Upgraded to the 2021 edition
  • Depend on simd-adler32 crate for speed improvements
  • Rename TextSize variant to KeySize on encode::Error and decode::Error

Fixed

  • Warnings, clippy lints
  • Lifted 79 byte restriction on tEXt chunk payload
  • Incorrect length of iTXt chunk

What's Changed

  • Update miniz_oxide requirement from 0.4 to 0.5 by @dependabot in #12
  • Update criterion requirement from 0.3 to 0.4 by @dependabot in #14
  • Integrate SIMD optimizations for adler32 and miniz_oxide by @cjgriscom in #17
  • Update criterion requirement from 0.4 to 0.5 by @dependabot in #19

New Contributors

Full Changelog: v0.8.2...v0.9.0