Browse Source

Bumped version to 5.0.4

update CHANGELOG
DreamPiggy 6 years ago
parent
commit
4e3ec761ea
3 changed files with 13 additions and 3 deletions
  1. 10 0
      CHANGELOG.md
  2. 1 1
      SDWebImage.podspec
  3. 2 2
      WebImage/Info.plist

+ 10 - 0
CHANGELOG.md

@@ -1,3 +1,13 @@
+## [5.0 Patch, on May 29th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.4)
+See [all tickets marked for the 5.0.4 release](https://github.com/SDWebImage/SDWebImage/milestone/40)
+
+#### Fixes
+- Fix get button background image operation key bug #2737
+- Fix that `CGImageDestinationCreateWithData` 0 count arg will log a warning #2739
+
+#### Tests
+- Fix the example NSLog issue, and replace the unavailable test image dataset #2740
+
 ## [5.0 Patch, on May 16th, 2019](https://github.com/rs/SDWebImage/releases/tag/5.0.3)
 See [all tickets marked for the 5.0.3 release](https://github.com/SDWebImage/SDWebImage/milestone/39)
 

+ 1 - 1
SDWebImage.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name = 'SDWebImage'
-  s.version = '5.0.3'
+  s.version = '5.0.4'
 
   s.osx.deployment_target = '10.10'
   s.ios.deployment_target = '8.0'

+ 2 - 2
WebImage/Info.plist

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