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 1
1
Change Log
2
2
==========
3
3
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
+
4
18
## Version 0.28.1
5
19
6
20
_ 2020-05-20_
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android.enableJetifier=true
25
25
systemProp.org.gradle.internal.publish.checksums.insecure =true
26
26
27
27
GROUP =com.squareup.workflow
28
- VERSION_NAME =0.29.0-SNAPSHOT
28
+ VERSION_NAME =1.0.0-alpha.1
29
29
30
30
POM_DESCRIPTION =Reactive workflows
31
31
You can’t perform that action at this time.
0 commit comments