We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9805024 commit 75bbda8Copy full SHA for 75bbda8
CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
4
---
5
6
+## [0.8.1](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.8.1)
7
+
8
+#### Anomalies
9
10
+* Fixes problem with `SectionModel.init`.
11
12
## [0.8](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.8)
13
RxDataSources.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "RxDataSources"
- s.version = "0.8"
+ s.version = "0.8.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.
0 commit comments