From 0ead44350d2737db384908569c012fe67c421e4d Mon Sep 17 00:00:00 2001 From: kean Date: Sat, 13 Jul 2024 10:40:48 -0400 Subject: [PATCH] Version 12.8.0 --- CHANGELOG.md | 11 +++++++++++ Nuke.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedad3b3a..f5d88052f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Nuke 12 +## Nuke 12.8.0 + +*Jul 13, 2024* + +- Add full Strict Concurrency Checking and Swift 6 support +- Add `@MainActor` annotation to `ImageLoadingOptions.shared` +- Fix image scale and orientation issue in thumbnail creation by @prabhuamol in https://github.com/kean/Nuke/pull/793 +- Deprecate `ImagePipeline.Configuration.callbackQueue` – this feature will be removed in Nuke 13 +- `ImagePrefetcher.didComplete` closure is now annotated with `@MainActor @Sendable` +- Drop Xcode 14 support + ## Nuke 12.7.3 *Jun 19, 2024* diff --git a/Nuke.xcodeproj/project.pbxproj b/Nuke.xcodeproj/project.pbxproj index c371ebda0..20de75f0d 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -2216,7 +2216,7 @@ GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 12.7.3; + MARKETING_VERSION = 12.8.0; ONLY_ACTIVE_ARCH = YES; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; @@ -2275,7 +2275,7 @@ GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 12.7.3; + MARKETING_VERSION = 12.8.0; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES;