Skip to content

Commit

Permalink
v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Aug 31, 2023
1 parent 264cd3f commit 27e21e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## [Unreleased]

## [0.10.3]
### Fixed
* Wrong LZW min code size encoding 256 color images
* Fixed updating graphic control extension

## [0.10.2]
### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gift"
version = "0.10.2"
version = "0.10.3"
description = "A library for reading and writing GIF images"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/gift"
Expand Down

0 comments on commit 27e21e9

Please sign in to comment.