Skip to content

Commit ffd37d6

Browse files
szegedijenkins
authored and
jenkins
committed
Twitter-oss: Prepare OSS libraries for release 21.12.00
Problem We want to release the next versions of our Twitter OSS libraries 21.12.00 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D802007
1 parent c39786a commit ffd37d6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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+
21.12.0
11+
-------
12+
1013
Breaking API Changes
1114
~~~~~~~~~~~~~~~~~~~~
1215
* util-core: `Activity.collect*` and `Var.collect*` are now implemented in terms of known collection

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twitter Util
22

3-
[![Build Status](https://github.com/twitter/util/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/util/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
3+
[![Build Status](https://github.com/twitter/util/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/util/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
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)
@@ -40,7 +40,7 @@ for more details about how to contribute.
4040
An example SBT dependency string for the `util-core` library would look like this:
4141

4242
```scala
43-
val utilCore = "com.twitter" %% "util-core" % "21.11.0"
43+
val utilCore = "com.twitter" %% "util-core" % "21.12.0"
4444
```
4545

4646
# Units

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
44
Global / excludeLintKeys += scalacOptions // might be actually unused in util-doc module but not sure
55

66
// All Twitter library releases are date versioned as YY.MM.patch
7-
val releaseVersion = "21.12.0-SNAPSHOT"
7+
val releaseVersion = "21.12.0"
88

99
val slf4jVersion = "1.7.30"
1010
val jacksonVersion = "2.11.4"

0 commit comments

Comments
 (0)