Skip to content

Commit e45f290

Browse files
committed
Released v3.0.0-beta.2 version
Update the CHANGELOG.md
1 parent eb0eafa commit e45f290

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
10+
## [3.0.0-beta.2] - 2023-10-21
11+
12+
### Changed
13+
- Update the WebImage API to match SwiftUI.AsyncImage #275 @Kyle-Ye
14+
- Allows to use UIImage/NSImage as defaults when init the AnimatedImage with JPEG data #277
15+
16+
### Removed
17+
- `WebImage.placeholder<T>(@ViewBuilder content: () -> T) -> WebImage`
18+
- `WebImage.placeholder(_ image: Image) -> WebImage`
19+
- `AnimatedImage.placeholder<T>(@ViewBuilder content: () -> T) -> AnimatedImage`
20+
- `AnimatedImage.placeholder(_ image: PlatformImage) -> AnimatedImage`
21+
922
## [3.0.0-beta] - 2023-09-02
1023

1124
### Added

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.0.0-beta'
11+
s.version = '3.0.0-beta.2'
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.0.0-beta</string>
18+
<string>3.0.0-beta.2</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)