Skip to content

Commit

Permalink
Twitter-oss: Prepare OSS libraries for release 20.10.0
Browse files Browse the repository at this point in the history
Problem

We want to release the next versions of our Twitter OSS libraries 20.10.0
 - util
 - scrooge
 - finagle
 - twitter-server
 - finatra

Solution

Prepare libraries for their next releases.

JIRA Issues: CSL-10323

Differential Revision: https://phabricator.twitter.biz/D571081
  • Loading branch information
hamdiallam authored and jenkins committed Oct 27, 2020
1 parent 792c18e commit 5bd1fb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
Unreleased
----------

20.10.0
-------

No Changes

20.9.0
------

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import scoverage.ScoverageKeys

// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "20.10.0-SNAPSHOT"
val releaseVersion = "20.10.0"

val jacksonVersion = "2.11.2"
val jacksonLibs = Seq(
Expand Down

0 comments on commit 5bd1fb6

Please sign in to comment.