Skip to content

Commit

Permalink
Version 6.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Dec 17, 2017
1 parent d0beb1c commit 7a7f76e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Nuke 6.0-beta2

- Fix memory leak in `Loader` - regression introduced in `6.0-beta1`
- Get rid of Thread Sanitizer warnings in `CancellationTokenSource` (false positive)
- Improve performance of `CancellationTokenSource`
- Improve `Cache` hits and writes performance by ~15%
- Improve `Loader` performance


## Nuke 6.0-beta1

> About 8 months ago I've started using Nuke in production. The project matured from being a playground for experimenting with Swift features to something that I rely on in my days work. The primary goal behind Nuke 6 is to simplify the project even further, and to get rid of the implementation details leaking into a public API.
Expand Down
2 changes: 1 addition & 1 deletion Nuke.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Nuke'
s.version = '6.0-beta1'
s.version = '6.0-beta2'
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.
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0-beta1</string>
<string>6.0-beta2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 7a7f76e

Please sign in to comment.