File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
---
5
5
6
+ ## [ 0.6] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6.1 )
7
+
8
+ #### Anomalies
9
+
10
+ * Fixes compilation issues when ` DEBUG ` is defined.
11
+
6
12
## [ 0.6] ( https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6 )
7
13
8
14
#### Features
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "RxDataSources"
3
- s . version = "0.6"
3
+ s . version = "0.6.1 "
4
4
s . summary = "This is a collection of reactive data sources for UITableView and UICollectionView."
5
5
s . description = <<-DESC
6
6
This is a collection of reactive data sources for UITableView and UICollectionView.
You can’t perform that action at this time.
0 commit comments