Bumped version to 5.15.7

update CHANGELOG
This commit is contained in:
DreamPiggy 2023-05-06 16:20:45 +08:00
parent 09f0fdd189
commit 3289629ef6
3 changed files with 13 additions and 4 deletions

View File

@ -1,4 +1,13 @@
## [5.15.6 - Fix watchOS, on Apr 23rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.5)
## [5.15.7 - Fix Crash, on May 6th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.7)
See [all tickets marked for the 5.15.7 release](https://github.com/SDWebImage/SDWebImage/milestone/115)
### Fixes
- Try to solve the strange dispatch group crash in SDSafeExecute by removing inline #3526
### Performance
- Opt when multiple same URLs queried in parallel, which may cause duplicated decode and store disk operation #3523
## [5.15.6 - Fix watchOS, on Apr 23rd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.15.6)
See [all tickets marked for the 5.15.6 release](https://github.com/SDWebImage/SDWebImage/milestone/114)
### Performance

View File

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