Skip to content

Commit

Permalink
Bumped version to 5.19.1
Browse files Browse the repository at this point in the history
update CHANGELOG
  • Loading branch information
dreampiggy committed Mar 26, 2024
1 parent d5e3e7f commit f6afa01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## [5.19.1 - 5.9 Patch, on Mar 26th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.1)
See [all tickets marked for the 5.19.1 release](https://github.com/SDWebImage/SDWebImage/milestone/133)

### Features
- Allows the transformer to preserve the UIImage metadata like image format #3688
- Add a protect when NSString passed into sd_setImageWithURL API (which should be NSURL instance) #3686

### Performance
- Replace NSFileManager.enumeratorAtPath with enumeratorAtURL for performance and RAM saving #3690

### Warnings
- mark SDWebImageCacheKeyFilter default initializer unavailable & add missing default case of SDCallbackQueue sync/async function #3683

## [5.19 - CocoaPods X VisionOS, on Feb 25th, 2024](https://github.com/rs/SDWebImage/releases/tag/5.19.0)
See [all tickets marked for the 5.19.0 release](https://github.com/SDWebImage/SDWebImage/milestone/123)

Expand Down
2 changes: 1 addition & 1 deletion SDWebImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SDWebImage'
s.version = '5.19.0'
s.version = '5.19.1'

s.osx.deployment_target = '10.11'
s.ios.deployment_target = '9.0'
Expand Down
4 changes: 2 additions & 2 deletions WebImage/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.19.0</string>
<string>5.19.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.19.0</string>
<string>5.19.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit f6afa01

Please sign in to comment.