File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Change 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_
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android.enableJetifier=true
2525systemProp.org.gradle.internal.publish.checksums.insecure =true
2626
2727GROUP =com.squareup.workflow
28- VERSION_NAME =0.29.0-SNAPSHOT
28+ VERSION_NAME =1.0.0-alpha.1
2929
3030POM_DESCRIPTION =Reactive workflows
3131
You can’t perform that action at this time.
0 commit comments