From 83aca2e372899c4b47299052ea61ef966b17392c Mon Sep 17 00:00:00 2001 From: Ben Asher Date: Thu, 6 Feb 2020 10:11:27 -0800 Subject: [PATCH] Prepare 0.6.0 release (#181) --- CHANGELOG.md | 3 +++ ReactiveLists.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8a1ba..89f9f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ The changelog for `ReactiveLists`. Also see the [releases](https://github.com/pl NEXT ---- +0.6.0 +----- + ## Breaking - Dropped support for the `UITableViewRowAction` API in the `TableViewCellModelEditActions`protocol, as `UITableViewRowAction` is deprecated in iOS 13. `TableViewCellModelEditActions` now uses the `UISwipeActionsConfiguration` API instead. ([#167](https://github.com/plangrid/ReactiveLists/pull/167), [@ronaldsmartin](https://github.com/ronaldsmartin)) diff --git a/ReactiveLists.podspec b/ReactiveLists.podspec index d6993f2..75e3bae 100644 --- a/ReactiveLists.podspec +++ b/ReactiveLists.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ReactiveLists" - s.version = "0.5.1" + s.version = "0.6.0" s.summary = "React-like API for UITableView and UICollectionView" s.homepage = "https://github.com/plangrid/ReactiveLists"