Forráskód Böngészése

Bumped version to 5.21.1

update CHANGELOG
DreamPiggy 9 hónapja
szülő
commit
bd93ee4cb4
4 módosított fájl, 14 hozzáadás és 4 törlés
  1. 9 0
      CHANGELOG.md
  2. 2 1
      SDWebImage.json
  3. 1 1
      SDWebImage.podspec
  4. 2 2
      WebImage/Info.plist

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+## [5.21.1 - Xcode 26 Compatible on Jun 10th, 2025]
+See [all tickets marked for the 5.21.1 release](https://github.com/SDWebImage/SDWebImage/milestone/143)
+
+### Projects
+- [Xcode 26] - Fix watchOS build error with UITraitCollection in the new SDK #3819
+
+### Performance
+- Reduce memory peak when playing the GIF on SDAnimatedImageView #3813
+
 ## [5.21.0 - HDR Support on Feb 24th, 2025]
 See [all tickets marked for the 5.21.0 release](https://github.com/SDWebImage/SDWebImage/milestone/142)
 

+ 2 - 1
SDWebImage.json

@@ -7,5 +7,6 @@
     "5.19.7": "https://github.com/SDWebImage/SDWebImage/releases/download/5.19.7/SDWebImage-dynamic.xcframework.zip",
     "5.20.0": "https://github.com/SDWebImage/SDWebImage/releases/download/5.20.0/SDWebImage-dynamic.xcframework.zip",
     "5.20.1": "https://github.com/SDWebImage/SDWebImage/releases/download/5.20.1/SDWebImage-dynamic.xcframework.zip",
-    "5.21.0": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip"
+    "5.21.0": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip",
+    "5.21.1": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.1/SDWebImage-dynamic.xcframework.zip"
 }

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.21.0'
+  s.version = '5.21.1'
 
   s.osx.deployment_target = '10.11'
   s.ios.deployment_target = '9.0'

+ 2 - 2
WebImage/Info.plist

@@ -15,11 +15,11 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>5.21.0</string>
+	<string>5.21.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.21.0</string>
+	<string>5.21.1</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>