Skip to content

Commit 5d33985

Browse files
mattdickinson5jenkins
authored and
jenkins
committed
Cut version 23.11
Problem/Solution: Cut version 23.11 of: - util - scrooge - finagle - twitter-server - finatra Differential Revision: https://phabricator.twitter.biz/D1107956
1 parent 3c27308 commit 5d33985

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
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+
23.11.0
11+
-------
12+
1013
New Features
1114
~~~~~~~~~~~~
1215

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Finagle
77

8-
[![Build Status](https://github.com/twitter/finagle/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/finagle/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
8+
[![Build Status](https://github.com/twitter/finagle/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/finagle/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
99
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
1010
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1111
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/finagle-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.twitter/finagle-core_2.12)

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
44
Global / excludeLintKeys += scalacOptions
55

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

99
val libthriftVersion = "0.10.0"
1010

doc/src/sphinx/code/client-server-anatomy/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ version := "1.0"
55
scalaVersion := "2.12.12"
66

77
libraryDependencies ++= Seq(
8-
"com.twitter" %% "finagle-core" % "22.12.0"
8+
"com.twitter" %% "finagle-core" % "23.11.0"
99
)

doc/src/sphinx/code/protocols/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ version := "1.0"
55
scalaVersion := "2.12.13"
66

77
libraryDependencies ++= Seq(
8-
"com.twitter" %% "finagle-mysql" % "22.12.0"
8+
"com.twitter" %% "finagle-mysql" % "23.11.0"
99
)

doc/src/sphinx/code/quickstart/build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ lazy val root = (project in file(".")).
77
)),
88
name := "quickstart",
99
libraryDependencies ++= Seq(
10-
"com.twitter" %% "finagle-http" % "22.12.0"
10+
"com.twitter" %% "finagle-http" % "23.11.0"
1111
)
1212
)

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resolvers += Classpaths.sbtPluginReleases
22
resolvers += Resolver.sonatypeRepo("snapshots")
33

4-
val releaseVersion = "23.11.0-SNAPSHOT"
4+
val releaseVersion = "23.11.0"
55

66
addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)
77

0 commit comments

Comments
 (0)