Skip to content

Commit 1451e03

Browse files
Bryce Andersonjenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 20.1.0
Problem We want to release the next versions of our Twitter OSS libraries 20.1.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D426839
1 parent 0f2beaa commit 1451e03

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10+
20.1.0
11+
------
12+
13+
No Changes
14+
1015
19.12.0
1116
-------
1217

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twitter Util
22

3-
[![Build status](https://travis-ci.org/twitter/util.svg?branch=develop)](https://travis-ci.org/twitter/util)
3+
[![Build status](https://travis-ci.org/twitter/util.svg?branch=master)](https://travis-ci.org/twitter/util)
44
[![Codecov](https://codecov.io/gh/twitter/util/branch/develop/graph/badge.svg)](https://codecov.io/gh/twitter/util)
55
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
66
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
@@ -35,7 +35,7 @@ for more details about how to contribute.
3535
An example SBT dependency string for the `util-core` library would look like this:
3636

3737
```scala
38-
val utilCore = "com.twitter" %% "util-core" % "19.12.0"
38+
val utilCore = "com.twitter" %% "util-core" % "20.1.0"
3939
```
4040

4141
# Units

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import scoverage.ScoverageKeys
22

33
// All Twitter library releases are date versioned as YY.MM.patch
4-
val releaseVersion = "20.1.0-SNAPSHOT"
4+
val releaseVersion = "20.1.0"
55

66
val zkVersion = "3.5.0-alpha"
77
val zkClientVersion = "0.0.81"

0 commit comments

Comments
 (0)