Update working version to 0.12
This commit is contained in:
parent
d882c1a784
commit
55c3a0d8a0
11
CHANGELOG.md
11
CHANGELOG.md
@ -3,6 +3,11 @@
|
||||
For a full change history, see the Git history. Only changes likely to affect
|
||||
end users will be listed here.
|
||||
|
||||
## 0.x
|
||||
|
||||
Pre-release development. This is reasonably stable, but APIs are subject to
|
||||
change.
|
||||
|
||||
### 0.6.0
|
||||
|
||||
* Add new operations to flatten observable collections.
|
||||
@ -54,3 +59,9 @@ end users will be listed here.
|
||||
|
||||
* Update to Akka 2.4.14.
|
||||
* Add support for Scala 2.12
|
||||
|
||||
### 0.12
|
||||
|
||||
* Update to Akka 2.5
|
||||
* Migrate to SBT 1.0
|
||||
* Improvements to `SingletonStage`
|
||||
|
@ -1 +1 @@
|
||||
version in ThisBuild := "0.11.3-SNAPSHOT"
|
||||
version in ThisBuild := "0.12.0-SNAPSHOT"
|
||||
|
Loading…
Reference in New Issue
Block a user