Skip to content

Commit 1a17ef9

Browse files
committed
Released v3.0.0-beta version
Update the CHANGELOG.md
1 parent 67f6e20 commit 1a17ef9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.0-beta] - 2023-09-02
10+
11+
### Added
12+
- (Part 1) Support compile for visionOS (no package manager support) #267
13+
14+
### Changed
15+
16+
- Drop iOS 13/macOS 10.15/tvOS 13/watchOS 6 support #250
17+
- ProgressIndicator and ActivityIndicator is removed. Use `ProgressView` instead
18+
- Availability is changed to iOS 14/macOS 11/tvOS 11/watchOS 7
19+
- Embed `SwiftUIBackports` dependency is removed.
20+
921
## [2.2.3] - 2023-04-32
1022
- Fix the issue that Static Library + Library Evolution cause the build issue on Swift 5.8 #263
1123

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

0 commit comments

Comments
 (0)