Skip to content

Commit 0ead443

Browse files
committed
Version 12.8.0
1 parent 5c40a36 commit 0ead443

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Nuke 12
22

3+
## Nuke 12.8.0
4+
5+
*Jul 13, 2024*
6+
7+
- Add full Strict Concurrency Checking and Swift 6 support
8+
- Add `@MainActor` annotation to `ImageLoadingOptions.shared`
9+
- Fix image scale and orientation issue in thumbnail creation by @prabhuamol in https://github.com/kean/Nuke/pull/793
10+
- Deprecate `ImagePipeline.Configuration.callbackQueue` – this feature will be removed in Nuke 13
11+
- `ImagePrefetcher.didComplete` closure is now annotated with `@MainActor @Sendable`
12+
- Drop Xcode 14 support
13+
314
## Nuke 12.7.3
415

516
*Jun 19, 2024*

Nuke.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@
22162216
GENERATE_INFOPLIST_FILE = YES;
22172217
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
22182218
MACOSX_DEPLOYMENT_TARGET = 10.15;
2219-
MARKETING_VERSION = 12.7.3;
2219+
MARKETING_VERSION = 12.8.0;
22202220
ONLY_ACTIVE_ARCH = YES;
22212221
SKIP_INSTALL = YES;
22222222
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
@@ -2275,7 +2275,7 @@
22752275
GENERATE_INFOPLIST_FILE = YES;
22762276
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
22772277
MACOSX_DEPLOYMENT_TARGET = 10.15;
2278-
MARKETING_VERSION = 12.7.3;
2278+
MARKETING_VERSION = 12.8.0;
22792279
SKIP_INSTALL = YES;
22802280
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
22812281
SUPPORTS_MACCATALYST = YES;

0 commit comments

Comments
 (0)