Skip to content

Commit 1ae0487

Browse files
cacocojenkins
authored andcommitted
release: Prepare libraries for OSS release
RB_ID=796660
1 parent 509ec6a commit 1ae0487

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
66

77
Next Version
88

9-
6.31.0 2016-02-02
9+
6.32.0 2016-02-03
1010

1111
New Features:
1212

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

16+
6.31.0 2016-02-02
17+
18+
NOT RELEASED
19+
1620
6.30.0 2015-12-03
1721

1822
New Features:

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Util extends Build {
88
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
99
val suffix = if (branch == "master") "" else "-SNAPSHOT"
1010

11-
val libVersion = "6.31.0" + suffix
11+
val libVersion = "6.32.0" + suffix
1212
val zkVersion = "3.5.0-alpha"
1313
val zkClientVersion = "0.0.79"
1414
val zkGroupVersion = "0.0.90"

0 commit comments

Comments
 (0)