Skip to content

Commit

Permalink
Version 12.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 31, 2024
1 parent 6c25428 commit 2efd206
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Nuke 12

## Nuke 12.7.1

*May 30, 2024*

- Fix fade transition in some scenarios by @ejensen in https://github.com/kean/Nuke/pull/786
- Remove `taskDescription` from network tasks by @ejensen in https://github.com/kean/Nuke/pull/785
- Temporarily revert the change introduced in v12.6 that would skip decompression for some image types – more info in https://github.com/kean/Nuke/issues/788

## Nuke 12.7

*May 18, 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 @@ -2209,7 +2209,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 12.7.0;
MARKETING_VERSION = 12.7.1;
ONLY_ACTIVE_ARCH = YES;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
Expand Down Expand Up @@ -2268,7 +2268,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 12.7.0;
MARKETING_VERSION = 12.7.1;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down

0 comments on commit 2efd206

Please sign in to comment.