parent
4012a65e79
commit
430f68f4a1
|
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.0.0-beta.3] - 2023-12-04
|
||||
|
||||
### Changed
|
||||
- Update the AnimatedImage API to expose the SDAnimatedImageView #285
|
||||
- Fix the AnimatedImgae rendering mode about compatible with SDWebImage 5.18+
|
||||
|
||||
## [3.0.0-beta.2] - 2023-10-21
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'SDWebImageSwiftUI'
|
||||
s.version = '3.0.0-beta.2'
|
||||
s.version = '3.0.0-beta.3'
|
||||
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.0-beta.2</string>
|
||||
<string>3.0.0-beta.3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue