Skip to content

Commit

Permalink
v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Oct 8, 2023
1 parent eab4503 commit 3608408
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## [Unreleased]

## [0.10.6]
### Fixed
* Bit flags w/ set_transparent_color(None) (graphic control ext)

## [0.10.5]
### Fixed
* Bit flag twiddling for graphic control ext flags
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.5"
version = "0.10.6"
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 3608408

Please sign in to comment.