diff --git a/CHANGELOG.md b/CHANGELOG.md index 5012f9c6..a00abc7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.21.3 - 5.21 Patch on Sep 9th 2025] +See [all tickets marked for the 5.21.3 release](https://github.com/SDWebImage/SDWebImage/milestone/145) + +### Fixes +- Switched image encoding to a context-aware approach with a safe fallback, allowing per-request encoder selection without changing the public API. #3844 @CloudlessMoon + ## [5.21.2 - 5.21 Patch on Aug 29th 2025] See [all tickets marked for the 5.21.2 release](https://github.com/SDWebImage/SDWebImage/milestone/144) diff --git a/SDWebImage.json b/SDWebImage.json index 0166ca6f..d4d87eb6 100644 --- a/SDWebImage.json +++ b/SDWebImage.json @@ -9,5 +9,6 @@ "5.20.1": "https://github.com/SDWebImage/SDWebImage/releases/download/5.20.1/SDWebImage-dynamic.xcframework.zip", "5.21.0": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.0/SDWebImage-dynamic.xcframework.zip", "5.21.1": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.1/SDWebImage-dynamic.xcframework.zip", - "5.21.2": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.2/SDWebImage-dynamic.xcframework.zip" + "5.21.2": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.2/SDWebImage-dynamic.xcframework.zip", + "5.21.3": "https://github.com/SDWebImage/SDWebImage/releases/download/5.21.3/SDWebImage-dynamic.xcframework.zip" } diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 50503a4d..27de3f09 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.21.2' + s.version = '5.21.3' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 8c953ef5..92dbd8f3 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.21.2 + 5.21.3 CFBundleSignature ???? CFBundleVersion - 5.21.2 + 5.21.3 NSPrincipalClass