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 199ee1a commit 21d0ee8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
6.x
-----

6.32.0
6.33.0
~~~~~~~

New Features
Expand Down Expand Up @@ -86,6 +86,10 @@ Breaking API Changes
* finagle-thrift: Remove the `framed` attributes from `c.t.f.Thrift.Client` and
`c.t.f.Thrift.Server`. This behavior may now be controlled with `c.t.f.Thrift.param.Framed`.

6.32.0
~~~~~~~

NOT RELEASED

6.31.0
------
Expand Down
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ object Finagle extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "6.32.0" + suffix
val utilVersion = "6.31.0" + suffix
val ostrichVersion = "9.15.0" + suffix
val scroogeVersion = "4.4.0" + suffix
val libVersion = "6.33.0" + suffix
val utilVersion = "6.32.0" + suffix
val ostrichVersion = "9.16.0" + suffix
val scroogeVersion = "4.5.0" + suffix

val libthriftVersion = "0.5.0-1"

Expand Down

0 comments on commit 21d0ee8

Please sign in to comment.