Skip to content

Commit

Permalink
Version 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Feb 23, 2021
1 parent d7d5c12 commit e2eb1b7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.3.0

*Feb 22, 2021*

- Improve ImagePipeline background performance by **~40%** (measuring after taking out system calls)
- Reduce number of allocations per task
- Improve Task infrastructure, make ImagePipeline vastly easier to read and understand
- Add more performance and unit tests. Tests are now clocking at 6000 lines of code.
- Add infrastructure for automated memory management testing

## Nuke 9.2.4

*Jan 16, 2021*
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 = '9.3.0-beta.1'
s.version = '9.3.0'
s.summary = 'A powerful image loading and caching system'
s.description = <<-EOS
A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps.
Expand Down
4 changes: 2 additions & 2 deletions Nuke.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "9.3.0-beta.1";
MARKETING_VERSION = 9.3.0;
OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS";
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke;
PRODUCT_NAME = Nuke;
Expand All @@ -1530,7 +1530,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = "9.3.0-beta.1";
MARKETING_VERSION = 9.3.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke;
PRODUCT_NAME = Nuke;
SKIP_INSTALL = YES;
Expand Down

0 comments on commit e2eb1b7

Please sign in to comment.