Bumped version to 5.14.2

update CHANGELOG
This commit is contained in:
DreamPiggy 2022-11-14 18:49:54 +08:00
parent 430ef4d73c
commit 3312bf5e67
3 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
## [5.14.2 - 5.14 Fix, on Nov 11th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.14.2)
See [all tickets marked for the 5.14.2 release](https://github.com/SDWebImage/SDWebImage/milestone/105)
### Fixes
- Move the `SD_CHECK_CGIMAGE_RETAIN_SOURCE` assertion to SDWebImage Demo and Tests only #3443 #3442 #3441
## [5.14.1 - 5.14 Crash Fix, on Nov 11th, 2022](https://github.com/rs/SDWebImage/releases/tag/5.14.1)
See [all tickets marked for the 5.14.1 release](https://github.com/SDWebImage/SDWebImage/milestone/103)
See [all tickets marked for the 5.14.1 release](https://github.com/SDWebImage/SDWebImage/milestone/104)
### Fixes
- Fix the iOS 12 crash because the underlyingQueue is nil #3434 #3433

View File

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