Skip to content

Commit fdfac45

Browse files
committed
Released v1.3.0 version
Update the CHANGELOG.md
1 parent c6e4400 commit fdfac45

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.3.0] - 2020-04-05
10+
### Added
11+
- Supports the `placeholder` View Builder API for `AnimatedImage` #94
12+
13+
### Changed
14+
- Upgrade the dependency of SDWebImage 5.7.0 #93
15+
916
## [1.2.1] - 2020-04-01
1017
### Fixed
11-
- Fix the issue when using WebImage with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
18+
- Fix the issue when using `WebImage` with some transition like scaleEffect, each time the new state update will cause unused image fetching #92
1219

1320
## [1.2.0] - 2020-03-29
1421
### Added

SDWebImageSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
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 = '1.2.1'
11+
s.version = '1.3.0'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

SDWebImageSwiftUI/Module/Info.plist

Lines changed: 1 addition & 1 deletion
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>1.2.1</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)