Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 22, 2017
1 parent 37a6413 commit 6c18368
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.

---

## [3.0.1](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.1)

* Adds custom logic to control should perform animated updates.
* Fixes SMP integration.

## [3.0.0](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.0)

* Adapted for RxSwift 4.0
Expand Down
2 changes: 1 addition & 1 deletion Differentiator.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Differentiator"
s.version = "3.0.0"
s.version = "3.0.1"
s.summary = "Diff algorithm for UITableView and UICollectionView."
s.description = <<-DESC
Diff algorithm for UITableView and UICollectionView.
Expand Down
2 changes: 1 addition & 1 deletion RxDataSources.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxDataSources"
s.version = "3.0.0"
s.version = "3.0.1"
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
s.description = <<-DESC
This is a collection of reactive data sources for UITableView and UICollectionView.
Expand Down

0 comments on commit 6c18368

Please sign in to comment.