GravatarBumped version to 5.15.4

update CHANGELOG
This commit is contained in:
DreamPiggy 2023-02-21 21:14:53 +08:00
parent 011fe74031
commit a812079ae9
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [5.15.4 - Hotfix, on Feb 21st, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.4)
See [all tickets marked for the 5.15.4 release](https://github.com/SDWebImage/SDWebImage/milestone/112)
### Fixes
- Fix the crash because of wrong usage of NS_NOESCAPE for SDCallbackQueue async block, should matching DispatchQueue #3500
- - This crash only occurs in specified version of clang compiler. But still recommended to update
## [5.15.3 - Promotion Fix, on Feb 18th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.3)
See [all tickets marked for the 5.15.3 release](https://github.com/SDWebImage/SDWebImage/milestone/111)

View File

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

View File

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