Skip to content

Commit e30fdaf

Browse files
Merge pull request #5 from square/zachklipp/alpha1-changelog
Releasing v1.0.0-alpha.1.
2 parents acbd81b + c2fc9a1 commit e30fdaf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change Log
22
==========
33

4+
## Version 1.0.0-alpha.1
5+
6+
_2020-06-11_
7+
8+
First release from new, Kotlin-only repository.
9+
10+
* Change RenderTester functionality such that unexpected workers no-op rather than fail. Still fail
11+
when multiple workers match. ([#1084](https://github.com/square/workflow/pull/1084))
12+
* Rename all occurences of Master/Detail to Overview/Detail. ([#1196](https://github.com/square/workflow/pull/1196))
13+
* Simplify the entry point into the workflow runtime. ([#1180](https://github.com/square/workflow/pull/1180))
14+
* Extend ViewGroup in stock Kotlin Container classes. ([#1193](https://github.com/square/workflow/pull/1193))
15+
* Upgrade coroutines library to 1.3.7. ([#1170](https://github.com/square/workflow/pull/1170))
16+
* Upgrade to Kotlin 1.3.72. ([#1178](https://github.com/square/workflow/pull/1178))
17+
418
## Version 0.28.1
519

620
_2020-05-20_

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android.enableJetifier=true
2525
systemProp.org.gradle.internal.publish.checksums.insecure=true
2626

2727
GROUP=com.squareup.workflow
28-
VERSION_NAME=0.29.0-SNAPSHOT
28+
VERSION_NAME=1.0.0-alpha.1
2929

3030
POM_DESCRIPTION=Reactive workflows
3131

0 commit comments

Comments
 (0)