Skip to content

Commit 451c6df

Browse files
committed
Released v3.1.3 version
1 parent 0b0c57f commit 451c6df

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.3] - 2024-11-06
10+
- Fixed old version compiler does not support automatic self capture in Xcode 14.2 and Swift 5.7.2 #340
11+
- Fix the data race because progress block is called in non-main queue #341
12+
913
## [3.1.2] - 2024-08-29
1014
- Allows easy to use WebImage with isAnimating default to false and change to true later #333
1115
- Note: This changes WebImage's internal loaded image from `UIImage/NSImage` to `SDAnimatedImage`, which is compatible for `UIImageView/NSImageView`

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 = '3.1.2'
11+
s.version = '3.1.3'
1212
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
1313

1414
s.description = <<-DESC

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>3.1.2</string>
18+
<string>3.1.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)