Skip to content

Commit 890a5d7

Browse files
committed
Fixes for debug configuration.
1 parent f963c05 commit 890a5d7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

44
---
55

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+
612
## [0.6](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.6)
713

814
#### Features

RxDataSources.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 = "RxDataSources"
3-
s.version = "0.6"
3+
s.version = "0.6.1"
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.

0 commit comments

Comments
 (0)