Skip to content

Commit 1b46dba

Browse files
David Rusekjenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 18.12.0
Problem We want to release the next versions of our Twitter OSS libraries 18.12.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D251041
1 parent ee56e5f commit 1b46dba

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+
18.12.0
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.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-collection` tools would look like this:
3636

3737
```scala
38-
val collUtils = "com.twitter" %% "util-collection" % "18.11.0"
38+
val collUtils = "com.twitter" %% "util-collection" % "18.12.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 = "18.12.0-SNAPSHOT"
4+
val releaseVersion = "18.12.0"
55

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

0 commit comments

Comments
 (0)