Skip to content

Commit 75bbda8

Browse files
committed
Release 0.8.1
1 parent 9805024 commit 75bbda8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

44
---
55

6+
## [0.8.1](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.8.1)
7+
8+
#### Anomalies
9+
10+
* Fixes problem with `SectionModel.init`.
611

712
## [0.8](https://github.com/RxSwiftCommunity/RxDataSources/releases/tag/0.8)
813

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.8"
3+
s.version = "0.8.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)