Skip to content

Commit 1d936f7

Browse files
hamdiallamjenkins
authored and
jenkins
committed
Twitter-oss: Prepare OSS libraries for release 20.10.0
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
1 parent 11eae0d commit 1d936f7

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10+
20.10.0
11+
-------
12+
1013
Breaking API Changes
1114
~~~~~~~~~~~~~~~~~~~~
1215

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Tests._
22
import scoverage.ScoverageKeys
33

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

77
val libthriftVersion = "0.10.0"
88

doc/src/sphinx/code/client-server-anatomy/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ version := "1.0"
55
scalaVersion := "2.12.11"
66

77
libraryDependencies ++= Seq(
8-
"com.twitter" %% "finagle-core" % "20.9.0"
8+
"com.twitter" %% "finagle-core" % "20.10.0"
99
)

doc/src/sphinx/code/protocols/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ version := "1.0"
55
scalaVersion := "2.12.11"
66

77
libraryDependencies ++= Seq(
8-
"com.twitter" %% "finagle-mysql" % "20.9.0"
8+
"com.twitter" %% "finagle-mysql" % "20.10.0"
99
)

doc/src/sphinx/code/quickstart/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ lazy val root = (project in file(".")).
77
)),
88
name := "quickstart",
99
libraryDependencies ++= Seq(
10-
"com.twitter" %% "finagle-http" % "20.9.0"
10+
"com.twitter" %% "finagle-http" % "20.10.0"
1111
)
1212
)

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resolvers += Classpaths.sbtPluginReleases
22
resolvers += Resolver.sonatypeRepo("snapshots")
33

4-
val releaseVersion = "20.10.0-SNAPSHOT"
4+
val releaseVersion = "20.10.0"
55

66
addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)
77

0 commit comments

Comments
 (0)