Skip to content

Commit 2eecea1

Browse files
mattdickinson5jenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 22.12.0
Problem We want to release the next versions of our Twitter OSS libraries 22.12.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D1026958
1 parent 1a6ff67 commit 2eecea1

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+
22.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://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
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
55
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
66
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/util-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.twitter/util-core_2.12)
@@ -39,7 +39,7 @@ for more details about how to contribute.
3939
An example SBT dependency string for the `util-core` library would look like this:
4040

4141
```scala
42-
val utilCore = "com.twitter" %% "util-core" % "22.7.0"
42+
val utilCore = "com.twitter" %% "util-core" % "22.12.0"
4343
```
4444

4545
# Units

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
22
Global / excludeLintKeys += scalacOptions // might be actually unused in util-doc module but not sure
33

44
// All Twitter library releases are date versioned as YY.MM.patch
5-
val releaseVersion = "22.10.0-SNAPSHOT"
5+
val releaseVersion = "22.12.0"
66

77
val slf4jVersion = "1.7.30"
88
val jacksonVersion = "2.14.1"

0 commit comments

Comments
 (0)