File tree Expand file tree Collapse file tree 5 files changed +18
-9
lines changed
Expand file tree Collapse file tree 5 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 22
33-----
44
5+ ## [8.3.2 - Tariffisher](https://github.com/onevcat/Kingfisher/releases/tag/8.3.2) (2025-04-10)
6+
7+ #### Fix
8+ * Memory cache cleanning timer will now be correctly set when the cache configuration is set. [#2376](https://github.com/onevcat/Kingfisher/issues/2376) @erincolkan
9+ * Add `BUILD_LIBRARY_FOR_DISTRIBUTION` flag to podspec file. Now CocoaPods build can produce stabible module. [#2372](https://github.com/onevcat/Kingfisher/issues/2372) @gquattromani
10+ * Refactoring on cache file name method in `DiskStorage`. [#2374](https://github.com/onevcat/Kingfisher/issues/2374) @NeoSelf1
11+
12+ ---
13+
514## [8.3.1 - Potential Cache Deadlock](https://github.com/onevcat/Kingfisher/releases/tag/8.3.1) (2025-03-15)
615
716#### Fix
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "Kingfisher"
4- s . version = "8.3.1 "
4+ s . version = "8.3.2 "
55 s . summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."
66
77 s . description = <<-DESC
Original file line number Diff line number Diff line change 11081108 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
11091109 CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
11101110 CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1111- CURRENT_PROJECT_VERSION = 3089 ;
1111+ CURRENT_PROJECT_VERSION = 3097 ;
11121112 DEAD_CODE_STRIPPING = YES;
11131113 DEFINES_MODULE = YES;
11141114 DYLIB_COMPATIBILITY_VERSION = 1;
1115- DYLIB_CURRENT_VERSION = 3089 ;
1115+ DYLIB_CURRENT_VERSION = 3097 ;
11161116 DYLIB_INSTALL_NAME_BASE = "@rpath";
11171117 ENABLE_MODULE_VERIFIER = YES;
11181118 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
11721172 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
11731173 CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
11741174 CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
1175- CURRENT_PROJECT_VERSION = 3089 ;
1175+ CURRENT_PROJECT_VERSION = 3097 ;
11761176 DEAD_CODE_STRIPPING = YES;
11771177 DEFINES_MODULE = YES;
11781178 DYLIB_COMPATIBILITY_VERSION = 1;
1179- DYLIB_CURRENT_VERSION = 3089 ;
1179+ DYLIB_CURRENT_VERSION = 3097 ;
11801180 DYLIB_INSTALL_NAME_BASE = "@rpath";
11811181 ENABLE_MODULE_VERIFIER = YES;
11821182 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >8.3.1 </string >
18+ <string >8.3.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >3089 </string >
22+ <string >3097 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >BNDL </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >8.3.1 </string >
18+ <string >8.3.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >3089 </string >
22+ <string >3097 </string >
2323</dict >
2424</plist >
You can’t perform that action at this time.
0 commit comments