diff --git a/CHANGELOG.md b/CHANGELOG.md index 03630b3..9da0ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog -[View unreleased changes](https://github.com/blaind/webp-animation/compare/v0.8.1...main) +[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) @@ -69,5 +81,7 @@ [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 diff --git a/Cargo.toml b/Cargo.toml index 738b31e..a861c43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webp-animation" -version = "0.8.1" +version = "0.9.0" authors = ["Mika Vatanen "] license = "MIT OR Apache-2.0" readme = "README.md"