Update working version to 0.12

This commit is contained in:
Sarah Gerweck 2017-10-13 22:11:46 -07:00
parent d882c1a784
commit 55c3a0d8a0
2 changed files with 37 additions and 26 deletions

View File

@ -3,6 +3,11 @@
For a full change history, see the Git history. Only changes likely to affect For a full change history, see the Git history. Only changes likely to affect
end users will be listed here. end users will be listed here.
## 0.x
Pre-release development. This is reasonably stable, but APIs are subject to
change.
### 0.6.0 ### 0.6.0
* Add new operations to flatten observable collections. * Add new operations to flatten observable collections.
@ -54,3 +59,9 @@ end users will be listed here.
* Update to Akka 2.4.14. * Update to Akka 2.4.14.
* Add support for Scala 2.12 * Add support for Scala 2.12
### 0.12
* Update to Akka 2.5
* Migrate to SBT 1.0
* Improvements to `SingletonStage`

View File

@ -1 +1 @@
version in ThisBuild := "0.11.3-SNAPSHOT" version in ThisBuild := "0.12.0-SNAPSHOT"