Skip to content

Commit 24e1555

Browse files
authored
Prepare 0.1.3 release (#134)
- Updates CHANGELOG to include info about fix from #128 - Updates the podspec - Makes 0.2.0 the "next" release
1 parent f85d575 commit 24e1555

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,23 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl
44

55
------
66

7-
0.2.0
8-
-----
7+
0.2.0 (NEXT)
8+
------------
99

1010
This release closes the [0.2.0 milestone](https://github.com/plangrid/ReactiveLists/milestone/2).
1111

12-
0.1.3 (NEXT)
13-
------------
12+
0.1.3
13+
-----
1414

1515
This release closes the [0.1.3 milestone](https://github.com/plangrid/ReactiveLists/milestone/6).
1616

1717
### Breaking
1818

1919
- Changes `TableViewModel.subscript` and `CollectionViewModel.subscript` methods that return an `Optional` by adding the `ifExists:` parameter name (separating them from future non-`Optional` `Collection` subscripts) ([#131](https://github.com/plangrid/ReactiveLists/pull/131), [@benasher44](https://github.com/benasher44))
2020

21+
### Fixed
22+
23+
- Fix edge case reloading bug when reloading a table view with diffing disabled ([#128](https://github.com/plangrid/ReactiveLists/pull/128), [@benasher44](https://github.com/benasher44))
2124

2225
0.1.2
2326
-----

ReactiveLists.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 = "ReactiveLists"
3-
s.version = "0.1.2"
3+
s.version = "0.1.3"
44

55
s.summary = "React-like API for UITableView and UICollectionView"
66
s.homepage = "https://github.com/plangrid/ReactiveLists"

0 commit comments

Comments
 (0)