Skip to content

Commit

Permalink
Version 12.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 13, 2024
1 parent 5c40a36 commit 0ead443
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 0ead443

Please sign in to comment.