Skip to content

Commit

Permalink
Fixes for debug configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Mar 13, 2016
1 parent f963c05 commit 890a5d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

---

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

#### Anomalies

* Fixes compilation issues when `DEBUG` is defined.

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

#### Features
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 = "0.6"
s.version = "0.6.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 890a5d7

Please sign in to comment.