From aa92ca4d00e23ea6cac1d60f08be38cc122fbefc Mon Sep 17 00:00:00 2001 From: kean Date: Sun, 2 May 2021 13:38:18 -0400 Subject: [PATCH] Version 9.6.0 --- CHANGELOG.md | 10 ++++++++++ Nuke.xcodeproj/project.pbxproj | 4 ++-- README.md | 4 ++-- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6daa3fbe7..f11f7dd22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Nuke 9 +## Nuke 9.6.0 + +*May 2, 2021* + +- Add `ImageRequest.CachePolicy.returnCacheDataDontLoad`, [#456](https://github.com/kean/Nuke/pull/456) +- Add `ImagePublisher` (Combine extensions) +- Add convenience `dataLoadingError` extension to `ImagePipeline.Error` +- Remove APIs deprecated in version Nuke 9.0-9.2 +- Add a note on [`waitsForConnectivity`](https://developer.apple.com/documentation/foundation/urlsessionconfiguration/2908812-waitsforconnectivity) in [Nuke Docs](https://kean.blog/nuke/guides/performance#auto-retry) + ## Nuke 9.5.1 *Apr 28, 2021* diff --git a/Nuke.xcodeproj/project.pbxproj b/Nuke.xcodeproj/project.pbxproj index 0a20c68e0..79d44fb45 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -1496,7 +1496,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 9.5.1; + MARKETING_VERSION = 9.6.0; OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS"; PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke; PRODUCT_NAME = Nuke; @@ -1518,7 +1518,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 9.5.1; + MARKETING_VERSION = 9.6.0; PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke; PRODUCT_NAME = Nuke; SKIP_INSTALL = YES; diff --git a/README.md b/README.md index 8a12e5c75..0eedb0a0f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Nuke is proudly sponsored by [Stream](https://getstream.io/?utm_source=github&ut Nuke is easy to learn and use thanks to beautiful [**Nuke Docs**](https://kean.blog/nuke/guides/welcome). Make sure to also check out [**Nuke Demo**](https://github.com/kean/NukeDemo). -> Upgrading from the previous version? Use a [**Migration Guide**](https://github.com/kean/Nuke/blob/9.5.0/Documentation/Migrations). +> Upgrading from the previous version? Use a [**Migration Guide**](https://github.com/kean/Nuke/blob/9.6.0/Documentation/Migrations). @@ -61,7 +61,7 @@ The image pipeline is easy to customize and extend. Check out the following firs | Nuke 9.0 | Swift 5.1 | Xcode 11.0 | iOS 11.0 / watchOS 4.0 / macOS 10.13 / tvOS 11.0 | | Nuke 8.0 | Swift 5.0 | Xcode 10.2 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 | -See [Installation Guide](https://github.com/kean/Nuke/blob/9.5.0/Documentation/Guides/installation-guide.md#h_requirements) for information about the older versions. +See [Installation Guide](https://github.com/kean/Nuke/blob/9.6.0/Documentation/Guides/installation-guide.md#h_requirements) for information about the older versions. ## License