Skip to content

Commit 4c971ba

Browse files
bonnieejenkins
authored andcommitted
Twitter-oss: Prepare OSS librares for patch release 20.8.1
Problem: We want to release the next versions of our Twitter OSS libraries 20.8.1 - util - scrooge - finagle - twitter-server - finatra Solution: Prepare libraries for their next release. Differential Revision: https://phabricator.twitter.biz/D538583
1 parent 6623204 commit 4c971ba

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
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.8.1
11+
------
12+
1013
New Features
1114
~~~~~~~~~~~~
1215

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.com/twitter/util.svg?branch=develop)](https://travis-ci.com/twitter/util)
3+
[![Build status](https://travis-ci.com/twitter/util.svg?branch=release)](https://travis-ci.com/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" % "20.8.0"
38+
val utilCore = "com.twitter" %% "util-core" % "20.8.1"
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.9.0-SNAPSHOT"
4+
val releaseVersion = "20.8.1"
55

66
val slf4jVersion = "1.7.30"
77
val jacksonVersion = "2.11.0"

0 commit comments

Comments
 (0)