# Changelog
[View unreleased changes](https://github.com/blaind/webp-animation/compare/v0.9.0...main)
## Version 0.9.0 (2023-10-07)
[Compare changelog](https://github.com/blaind/webp-animation/compare/v0.8.1...v0.9.0)
### Added
- [impl Send/Sync for WebpData][20]
### Changed
- [Update libwebp-sys2 to 0.1.9][23]
## Version 0.8.1 (2023-10-07)
[Compare changelog](https://github.com/blaind/webp-animation/compare/v0.8.0...v0.8.1)
### Changed
- [Fix pixel size calculation for RGB and BGR][21]
- [Use size() method for pixel size calculation][22]
## Version 0.8.0 (2023-07-04)
[Compare changelog](https://github.com/blaind/webp-animation/compare/v0.7.0...v0.8.0)
### Added
- [Add non-alpha RGB and BGR color modes][14]
- [Add animation parameters configuration, allowing loop count configuration][15]
### Changed
- [Rename `timestamp` parameter into `timestamp_ms`][16]
- [Improve finanlize function documentation][17]
- Earlier minimum supported rust version 1.47 was not tested for and did not work, now CI-tested with 1.63
- [Update env_logger dev dependency to 0.10.0][10]
## Version 0.7.0 (2022-07-21)
[Compare changelog](https://github.com/blaind/webp-animation/compare/v0.6.0...v0.7.0)
### Added
- [Implement `std::error::Error` for `Error`][3]
## Version 0.6.0 (2022-04-17)
[Compare changelog](https://github.com/blaind/webp-animation/compare/v0.5.0...v0.6.0)
### Added
- Info/println output into examples
- Testing on Windows & MacOS
### Changed
- Updated `imageproc` dependency from 0.22 to 0.23
- Updated `image` dependency from 0.23 to 0.24
- Removed `Frame::into_bgra_image` (since `image` crate removed Bgra functionality)
## Version 0.5.0 (2021-10-24)
### Added
- Minimum Rust Version 1.47 + automated tests for it
## Version 0.4.0 (2021-10-24)
### Changed
- [Disabled image default features][2]
[2]: https://github.com/blaind/webp-animation/pull/2
[3]: https://github.com/blaind/webp-animation/pull/8
[10]: https://github.com/blaind/webp-animation/pull/10
[14]: https://github.com/blaind/webp-animation/pull/14
[15]: https://github.com/blaind/webp-animation/pull/15
[16]: https://github.com/blaind/webp-animation/pull/16
[17]: https://github.com/blaind/webp-animation/pull/17
[20]: https://github.com/blaind/webp-animation/pull/20
[21]: https://github.com/blaind/webp-animation/pull/21
[22]: https://github.com/blaind/webp-animation/pull/22
[23]: https://github.com/blaind/webp-animation/pull/23