Skip to content

Commit

Permalink
Prepare for 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blaind committed Oct 7, 2023
1 parent 51f3176 commit 4986966
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

[View unreleased changes](https://github.com/blaind/webp-animation/compare/v0.8.0...main)
[View unreleased changes](https://github.com/blaind/webp-animation/compare/v0.8.1...main)

## 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)

Expand Down Expand Up @@ -60,3 +69,5 @@
[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
[21]: https://github.com/blaind/webp-animation/pull/21
[22]: https://github.com/blaind/webp-animation/pull/22
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "webp-animation"
version = "0.8.0"
version = "0.8.1"
authors = ["Mika Vatanen <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/blaind/webp-animation"
description = """
A high-level Rust wrapper for decoding and encoding WebP animations
A high-level Rust wrapper for decoding and encoding WebP animations
"""
keywords = ["webp", "webp-animation", "decoder", "encoder"]
categories = ["multimedia::images", "multimedia", "api-bindings"]
Expand Down

0 comments on commit 4986966

Please sign in to comment.