From 3bab80f0865c32f6c94026b467e29dec9a85030a Mon Sep 17 00:00:00 2001 From: Kyle Van Essen Date: Tue, 2 Jun 2020 17:57:23 -0700 Subject: [PATCH] Prep 0.6.1 release --- BlueprintLists.podspec | 2 +- CHANGELOG.md | 8 ++++++-- Listable.podspec | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/BlueprintLists.podspec b/BlueprintLists.podspec index 03891202c..41bdfa4fd 100644 --- a/BlueprintLists.podspec +++ b/BlueprintLists.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'BlueprintLists' - s.version = '0.6.0' + s.version = '0.6.1' s.summary = 'Declarative list views for iOS apps that deploy back to iOS 10.0.' s.homepage = 'https://github.com/kyleve/Listable' s.license = { type: 'Proprietary', text: "© 2020 Square, Inc." } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d011e59..393cffd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ ### Changed -- Change `Item`'s `onSelect` and `onDeselect` [to be performed asynchronously](https://github.com/kyleve/Listable/pull/155) after a single runloop spin, to give `UICollectionView` time to schedule animations if these callbacks are slow. Add improved signpost logging for selection and deselection. - ### Misc # Past Releases +## 0.6.1 + +### Changed + +- Change `Item`'s `onSelect` and `onDeselect` [to be performed asynchronously](https://github.com/kyleve/Listable/pull/155) after a single runloop spin, to give `UICollectionView` time to schedule animations if these callbacks are slow. Add improved signpost logging for selection and deselection. + ## 0.6.0 ### Fixed diff --git a/Listable.podspec b/Listable.podspec index 1126f1b81..1d21ead82 100644 --- a/Listable.podspec +++ b/Listable.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Listable' - s.version = '0.6.0' + s.version = '0.6.1' s.summary = 'Declarative list views for iOS apps that deploy back to iOS 10.0.' s.homepage = 'https://github.com/kyleve/Listable' s.license = { type: 'Proprietary', text: "© 2020 Square, Inc." }