From 9ac45f7484353b70e18d927fb25f32a8f909a220 Mon Sep 17 00:00:00 2001 From: kean Date: Mon, 9 Apr 2018 07:35:56 +0200 Subject: [PATCH] Version 6.1.1 --- CHANGELOG.md | 5 +++++ Documentation/README.md | 2 +- Nuke.podspec | 2 +- Nuke.xcodeproj/project.pbxproj | 4 ++-- README.md | 4 ++-- Supporting Files/Info.plist | 2 +- 6 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5465fb0..94a5fca3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Nuke 6.1.1 + +- Lower macOS deployment target to 10.10. #156. +- Improve README: add detailed *Image Pipeline* section, *Performance* section, rewrite *Usage* guide + ## Nuke 6.1 ### Features diff --git a/Documentation/README.md b/Documentation/README.md index 40d17b919..f04678bb7 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -3,7 +3,7 @@ - [Installation Guide](https://github.com/kean/Nuke/blob/master/Documentation/Guides/Installation%20Guide.md) - [Usage Guide](https://github.com/kean/Nuke#usage) - [Third Party Libraries](https://github.com/kean/Nuke/blob/master/Documentation/Guides/Third%20Party%20Libraries.md) -- [Latest API Reference](http://kean.github.io/Nuke/reference/6.0/index.html) +- [Latest API Reference](http://kean.github.io/Nuke/reference/6.1.1/index.html) ## Guides diff --git a/Nuke.podspec b/Nuke.podspec index 5ac35cc5e..c27970ab5 100644 --- a/Nuke.podspec +++ b/Nuke.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nuke' - s.version = '6.1' + s.version = '6.1.1' s.summary = 'A powerful image loading and caching framework' s.description = <<-EOS A powerful image loading and caching framework which allows for hassle-free image loading in your app - often in one line of code. diff --git a/Nuke.xcodeproj/project.pbxproj b/Nuke.xcodeproj/project.pbxproj index 66d430778..082af7dc9 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -1177,7 +1177,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.11; + MACOSX_DEPLOYMENT_TARGET = 10.10; PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.Nuke-macOS-Tests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; @@ -1190,7 +1190,7 @@ COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.11; + MACOSX_DEPLOYMENT_TARGET = 10.10; PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.Nuke-macOS-Tests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; diff --git a/README.md b/README.md index b8daffb0f..b9bf9d511 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This README has five sections: - List of available [**Extensions**](#h_plugins) - List of [**Requirements**](#h_requirements) -More information is available in [**Documentation**](https://github.com/kean/Nuke/blob/master/Documentation/) directory and a full [**API Reference**](http://kean.github.io/Nuke/reference/6.0/index.html). When you are ready to install Nuke you can follow an [**Installation Guide**](https://github.com/kean/Nuke/blob/master/Documentation/Guides/Installation%20Guide.md) - all major package managers are supported. +More information is available in [**Documentation**](https://github.com/kean/Nuke/blob/master/Documentation/) directory and a full [**API Reference**](http://kean.github.io/Nuke/reference/6.1.1/index.html). When you are ready to install Nuke you can follow an [**Installation Guide**](https://github.com/kean/Nuke/blob/master/Documentation/Guides/Installation%20Guide.md) - all major package managers are supported. # Usage @@ -306,7 +306,7 @@ A common use case is to dynamically start and cancel requests for a collection v # Requirements -- iOS 9.0 / watchOS 2.0 / macOS 10.11 / tvOS 9.0 +- iOS 9.0 / watchOS 2.0 / macOS 10.10 / tvOS 9.0 - Xcode 9 - Swift 4 diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist index a051efed5..e0ee696be 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.1 + 6.1.1 CFBundleSignature ???? CFBundleVersion