diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6b3c9c4..be3cc9a7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## Nuke 5.1 + +- De facto `Manager` has already implemented `Loading` protocol in Nuke 5 (you could use it to load images directly w/o targets). Now it also conforms to `Loading` protocols which gives access to some convenience functions available in `Loading` extensions. +- Add `static func targetSize(for view: UIView) -> CGSize` method to `Decompressor` +- Simpler, faster `Preheater` +- Improved documentation + + ## Nuke 5.0.1 - #116 `Manager` can now be used to load images w/o specifying a target diff --git a/Nuke.podspec b/Nuke.podspec index 1ed7c9d6d..c67ef873c 100644 --- a/Nuke.podspec +++ b/Nuke.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nuke' - s.version = '5.0.1' + s.version = '5.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/Supporting Files/Info.plist b/Supporting Files/Info.plist index 881962abf..88b0eef36 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.1 + 5.1 CFBundleSignature ???? CFBundleVersion