Skip to content

Commit 5ac803b

Browse files
ryanoneilljenkins
authored and
jenkins
committed
twitter-oss: Prepare OSS libraries for release 20.6.0
Problem We want to release the next versions of our Twitter OSS libraries 20.6.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D506048
1 parent 506a8b5 commit 5ac803b

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

Diff for: 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.6.0
11+
------
12+
1013
Runtime Behavior Changes
1114
~~~~~~~~~~~~~~~~~~~~~~~~
1215

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Finagle
77

8-
[![Build status](https://travis-ci.com/twitter/finagle.svg?branch=develop)](https://travis-ci.com/twitter/finagle)
8+
[![Build status](https://travis-ci.com/twitter/finagle.svg?branch=master)](https://travis-ci.com/twitter/finagle)
99
[![Codecov](https://codecov.io/gh/twitter/finagle/branch/develop/graph/badge.svg)](https://codecov.io/gh/twitter/finagle)
1010
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
1111
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
@@ -75,4 +75,4 @@ for more details about how to contribute.
7575

7676
Copyright 2010-2020 Twitter, Inc.
7777

78-
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0
78+
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0

Diff for: 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.6.0-SNAPSHOT"
5+
val releaseVersion = "20.6.0"
66

77
val libthriftVersion = "0.10.0"
88

Diff for: 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.1"
66

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

Diff for: 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.1"
66

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

Diff for: doc/src/sphinx/code/quickstart/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version := "1.0"
44

55
scalaVersion := "2.12.1"
66

7-
libraryDependencies += "com.twitter" %% "finagle-http" % "20.5.0"
7+
libraryDependencies += "com.twitter" %% "finagle-http" % "20.6.0"

Diff for: 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.6.0-SNAPSHOT"
4+
val releaseVersion = "20.6.0"
55

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

0 commit comments

Comments
 (0)