Skip to content

Commit

Permalink
Version 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed May 2, 2021
1 parent 3efb5fd commit aa92ca4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*
Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
<a href="https://kean.blog/nuke/guides/welcome">
<img src="https://user-images.githubusercontent.com/1567433/114312077-59259b80-9abf-11eb-93f9-29fb87eb025a.png">
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit aa92ca4

Please sign in to comment.