Skip to content

Commit

Permalink
Prepare for 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blaind committed Oct 7, 2023
1 parent 654bc7b commit a670cfd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webp-animation"
version = "0.8.1"
version = "0.9.0"
authors = ["Mika Vatanen <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit a670cfd

Please sign in to comment.