Released v3.0.1 version

This commit is contained in:
DreamPiggy 2024-03-18 17:46:08 +08:00
parent 54199185d8
commit 3333a1200c
3 changed files with 5 additions and 2 deletions

View File

@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.0.1] - 2024-03-18
- Fix the issue for WebImage/AnimatedImage when url is nil will not cause the reloading #304
## [3.0.0] - 2024-03-09 ## [3.0.0] - 2024-03-09
- This is the first release for 3.x version. Bump the min deplouyment from SwiftUI 1.0 to 2.0 (means iOS 14/macOS 11/tvOS 14/watchOS 7/visionOS 1) - This is the first release for 3.x version. Bump the min deplouyment from SwiftUI 1.0 to 2.0 (means iOS 14/macOS 11/tvOS 14/watchOS 7/visionOS 1)
- Fix AnimatedImage aspectRatio issue when ratio is nil #301 - Fix AnimatedImage aspectRatio issue when ratio is nil #301

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'SDWebImageSwiftUI' s.name = 'SDWebImageSwiftUI'
s.version = '3.0.0' s.version = '3.0.1'
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage' s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
s.description = <<-DESC s.description = <<-DESC

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>3.0.0</string> <string>3.0.1</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
</dict> </dict>