Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Nov 17, 2021
1 parent 6a840c7 commit 9f30c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion APNGKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "APNGKit"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "High performance and delightful way to play with APNG format in iOS."

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.2] - 2021-11-17

### Fix

- An issue that the PNG decoder would fail to render frames when there are image shared chunks between `acTL` and the first actual image frame. [#114](https://github.com/onevcat/APNGKit/pull/114) @onevcat
Expand All @@ -21,3 +23,4 @@ need also check the README to do a re-implement.

[2.0.0]: https://github.com/onevcat/APNGKit/compare/1.2.3...2.0.0
[2.0.1]: https://github.com/onevcat/APNGKit/compare/2.0.0...2.0.1
[2.0.2]: https://github.com/onevcat/APNGKit/compare/2.0.1...2.0.2

0 comments on commit 9f30c39

Please sign in to comment.