فهرست منبع

Bumped version to 5.15.2

update CHANGELOG
DreamPiggy 3 سال پیش
والد
کامیت
7ccdcb02fb
3فایلهای تغییر یافته به همراه12 افزوده شده و 3 حذف شده
  1. 9 0
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+## [5.15.2 - Race Condition Fix, on Feb 7th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.2)
+See [all tickets marked for the 5.15.2 release](https://github.com/SDWebImage/SDWebImage/milestone/110)
+
+### Fixes
+- Fix the atomic logic between downloader and operation again #3483
+
+### Warnings
+- Code garden to change Objc bool from true/false to YES/NO #3484
+
 ## [5.15.1 - Race Condition Fix, on Feb 6th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.1)
 See [all tickets marked for the 5.15.1 release](https://github.com/SDWebImage/SDWebImage/milestone/109)
 

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.15.1'
+  s.version = '5.15.2'
 
   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.15.1</string>
+	<string>5.15.2</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>5.15.1</string>
+	<string>5.15.2</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>