From 900cc3ebf1da6550a00adaec1c1142dff351e4dc Mon Sep 17 00:00:00 2001 From: runner Date: Mon, 4 May 2020 22:29:51 +0000 Subject: [PATCH] Releasing 0.27.0 --- CHANGELOG.md | 12 ++++++++++++ Workflow.podspec | 2 +- WorkflowSwiftUI.podspec | 2 +- WorkflowTesting.podspec | 2 +- WorkflowUI.podspec | 2 +- kotlin/gradle.properties | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631caba34..d59b92eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ Change Log ========== +## Version 0.27.0 + +_2020-05-04_ + +### Kotlin + +* Update Compose to dev10. (#1118) + +### Swift + +* Remove context.subscribe (#1111) + ## Version 0.26.0 _2020-04-17_ diff --git a/Workflow.podspec b/Workflow.podspec index 2d5447e05..be9e57ddc 100644 --- a/Workflow.podspec +++ b/Workflow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Workflow' - s.version = '0.26.0' + s.version = '0.27.0' s.summary = 'Reactive application architecture' s.homepage = 'https://www.github.com/square/workflow' s.license = 'Apache License, Version 2.0' diff --git a/WorkflowSwiftUI.podspec b/WorkflowSwiftUI.podspec index 52a127358..f184261f8 100644 --- a/WorkflowSwiftUI.podspec +++ b/WorkflowSwiftUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WorkflowSwiftUI' - s.version = '0.26.0' + s.version = '0.27.0' s.summary = 'Infrastructure for Workflow-powered SwiftUI' s.homepage = 'https://www.github.com/square/workflow' s.license = 'Apache License, Version 2.0' diff --git a/WorkflowTesting.podspec b/WorkflowTesting.podspec index a9032cf8e..9b8c72e96 100644 --- a/WorkflowTesting.podspec +++ b/WorkflowTesting.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WorkflowTesting' - s.version = '0.26.0' + s.version = '0.27.0' s.summary = 'Reactive application architecture' s.homepage = 'https://www.github.com/square/workflow' s.license = 'Apache License, Version 2.0' diff --git a/WorkflowUI.podspec b/WorkflowUI.podspec index 4c20008e1..e8ca5d036 100644 --- a/WorkflowUI.podspec +++ b/WorkflowUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WorkflowUI' - s.version = '0.26.0' + s.version = '0.27.0' s.summary = 'Infrastructure for Workflow-powered UI' s.homepage = 'https://www.github.com/square/workflow' s.license = 'Apache License, Version 2.0' diff --git a/kotlin/gradle.properties b/kotlin/gradle.properties index d24bdab91..4e4931d7c 100644 --- a/kotlin/gradle.properties +++ b/kotlin/gradle.properties @@ -22,7 +22,7 @@ android.enableJetifier=true #android.debug.obsoleteApi=true GROUP=com.squareup.workflow -VERSION_NAME=0.26.0-SNAPSHOT +VERSION_NAME=0.27.0 POM_DESCRIPTION=Reactive workflows