Skip to content

Commit 26c781d

Browse files
committed
3.0.0 Release
1 parent ae7d354 commit 26c781d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
---
55

6+
## [3.0.0](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.0)
7+
8+
* Adapted for RxSwift 4.0
9+
610
## [3.0.0-rc.0](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/3.0.0-rc.0)
711

812
* Cleans up public interface to use initializers vs nillable properties and deprecates nillable properties in favor of passing parameters

Differentiator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Differentiator"
3-
s.version = "3.0.0-rc.0"
3+
s.version = "3.0.0"
44
s.summary = "Diff algorithm for UITableView and UICollectionView."
55
s.description = <<-DESC
66
Diff algorithm for UITableView and UICollectionView.

RxDataSources.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RxDataSources"
3-
s.version = "3.0.0-rc.0"
3+
s.version = "3.0.0"
44
s.summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
55
s.description = <<-DESC
66
This is a collection of reactive data sources for UITableView and UICollectionView.
@@ -36,9 +36,9 @@ data
3636
s.requires_arc = true
3737

3838
s.source_files = 'Sources/RxDataSources/**/*.swift'
39-
s.dependency 'Differentiator', '~> 3.0.0-rc.0'
40-
s.dependency 'RxSwift', '~> 4.0.0-rc.0'
41-
s.dependency 'RxCocoa', '~> 4.0.0-rc.0'
39+
s.dependency 'Differentiator', '~> 3.0'
40+
s.dependency 'RxSwift', '~> 4.0'
41+
s.dependency 'RxCocoa', '~> 4.0'
4242

4343
s.ios.deployment_target = '8.0'
4444
s.tvos.deployment_target = '9.0'

RxSwift

Submodule RxSwift updated 109 files

0 commit comments

Comments
 (0)