Skip to content

Commit 88f2d67

Browse files
committed
Released v2.0.1 version
Update the CHANGELOG.md
1 parent 0fe0ff5 commit 88f2d67

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.1] - 2021-02-25
10+
### Fixed
11+
- Fix the rare cases that WebImage will lost animation when visibility changes. #171
12+
913
## [2.0.0] - 2021-02-23
1014
### Added
1115
- Update with the playbackMode support for `WebImage` and `AnimatedImage` #168
1216
- Update watchOS demo to watchOS 7, remove the custom indicator sample and use `ProgressView` instead #166
13-
- Update the WebImage to defaults animatable #165
1417
- Update the Example to make WebImage animatable by default #160
1518

1619
### Fixed

Diff for: SDWebImageSwiftUI.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageSwiftUI'
11-
s.version = '2.0.0'
11+
s.version = '2.0.1'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

Diff for: SDWebImageSwiftUI/Module/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)