Released v3.0.3 version
This commit is contained in:
parent
0cca2278a8
commit
8b26cb7d0d
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [3.0.3] - 2024-04-29
|
||||||
|
- Added totally empty privacy manifest #315
|
||||||
|
- People who facing the issue because of Privacy Manifest declaration during ITC validation can try this version
|
||||||
|
|
||||||
## [3.0.2] - 2024-03-27
|
## [3.0.2] - 2024-03-27
|
||||||
- Fix the assert crash then when using Data/Name in AnimatedImage #309
|
- Fix the assert crash then when using Data/Name in AnimatedImage #309
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'SDWebImageSwiftUI'
|
s.name = 'SDWebImageSwiftUI'
|
||||||
s.version = '3.0.2'
|
s.version = '3.0.3'
|
||||||
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
|
||||||
|
|
|
@ -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.2</string>
|
<string>3.0.3</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Reference in New Issue