Skip to content

Commit

Permalink
Released v3.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jun 27, 2024
1 parent 1ba96a0 commit 02b2579
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.1.0] - 2024-06-27
- Re-implements the aspectRatio support on AnimatedImage, fix issue like cornerRadius #324
- Add Image scale support in WebImage init #323
- Update platform names in `available` attributes #321
- - This is source compatible but binary incompatible version

## [3.0.4] - 2024-04-30
- Trying to move the initial state setup before onAppear to fix the watchOS switching url or any other state issue #316
- This solve a issue in history when sometimes SwiftUI does not trigger the `onAppear` and cause state error, like #312 #314
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageSwiftUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageSwiftUI'
s.version = '3.0.4'
s.version = '3.1.0'
s.summary = 'SwiftUI Image loading and Animation framework powered by SDWebImage'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageSwiftUI/Module/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>3.0.4</string>
<string>3.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 02b2579

Please sign in to comment.