Skip to content

Commit

Permalink
Merge pull request #554 from square/zachklipp/prep-v0.20.0
Browse files Browse the repository at this point in the history
Releasing v0.20.0.
  • Loading branch information
zach-klippenstein authored Aug 22, 2019
2 parents 0880f0e + 5bd39a4 commit 4f91869
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change Log
==========

## Version 0.20.0

_2019-8-21_

### Kotlin

* Rename `onWorkerOutput` to `runningWorker` (and friends). (#546)
* Add Kotlin `Sink`, `makeActionSink`, `makeEventSink`. (#537)
* Rename `LifecycleWorker.onCancelled` to `onStopped`. (#550)
* Create a `Worker.transform` operator. (#533)
* Remove all non-test dependencies on Kotlin Reflect. (#551)
* Rename `InputT` -> `PropsT` (#549)
* Update a bunch of dependency versions.

### Swift

* Plumb file and line to convenience render tester method (#516)

## Version 0.19.0

_2019-7-29_
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.useAndroidX=true
#android.debug.obsoleteApi=true

GROUP=com.squareup.workflow
VERSION_NAME=0.20.0-SNAPSHOT
VERSION_NAME=0.20.0

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 4f91869

Please sign in to comment.