Skip to content

Commit

Permalink
Releasing version 5.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed May 29, 2017
1 parent 48b57ec commit f932e55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

# Next

## [5.0.1](https://github.com/DenHeadless/DTModelStorage/releases/tag/5.0.1)

* Improved handling of `NSFetchedResultsControllerDelegate` `NSFetchedResultsChangeType.update` change type in cases, where object inserts/removal/moves is used simultaneously with object updates(#17).

## [5.0.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/5.0.0)
Expand Down
2 changes: 1 addition & 1 deletion DTModelStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTModelStorage'
s.version = "5.0.0"
s.version = "5.0.1"
s.license = 'MIT'
s.summary = 'Storage classes for datasource based controls.'
s.homepage = 'https://github.com/DenHeadless/DTModelStorage'
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Tests.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>5.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f932e55

Please sign in to comment.