Skip to content

Commit

Permalink
Version 12.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 26, 2023
1 parent 2d044cd commit f67266f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Nuke 12

## Nuke 12.1.2

*Jun 25, 2023*

- Fix https://github.com/kean/Nuke/issues/710: build failure on watchOS in debug mode – https://github.com/kean/Nuke/pull/711 by @FieryFlames

## Nuke 12.1.1

*Jun 22, 2023*

- Fix #693: `ImageRequest` created with an async function now executes it lazily - #708 by @khlopko
- Fix https://github.com/kean/Nuke/issues/693: `ImageRequest` created with an async function now executes it lazily - https://github.com/kean/Nuke/pull/708 by @khlopko
- Fix https://github.com/kean/Nuke/issues/695: `byCroppingToSquare()` always return square image – https://github.com/kean/Nuke/pull/696 by @zzmasoud
- Update unit tests – https://github.com/kean/Nuke/pull/701 by @woxtu
- Fix upcoming warnings in Xcode 15

## Nuke 12.1.0
Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 12.1.1;
MARKETING_VERSION = 12.1.2;
ONLY_ACTIVE_ARCH = YES;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
Expand Down Expand Up @@ -2280,7 +2280,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 12.1.1;
MARKETING_VERSION = 12.1.2;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down

0 comments on commit f67266f

Please sign in to comment.