Skip to content

Commit

Permalink
release: Prepare libraries for OSS release
Browse files Browse the repository at this point in the history
RB_ID=796660
  • Loading branch information
cacoco authored and jenkins committed Feb 4, 2016
1 parent 509ec6a commit 1ae0487
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Expand Up @@ -6,13 +6,17 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.

Next Version

6.31.0 2016-02-02
6.32.0 2016-02-03

New Features:

* util-core: Add `Future.traverseSequentially`. Take a sequence and sequentially apply a function
A => Future[B] to each item. ``RB_ID=785091``

6.31.0 2016-02-02

NOT RELEASED

6.30.0 2015-12-03

New Features:
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -8,7 +8,7 @@ object Util extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "6.31.0" + suffix
val libVersion = "6.32.0" + suffix
val zkVersion = "3.5.0-alpha"
val zkClientVersion = "0.0.79"
val zkGroupVersion = "0.0.90"
Expand Down

0 comments on commit 1ae0487

Please sign in to comment.