Skip to content

Commit 863df1c

Browse files
committed
release: 2.37.0
1 parent ef77338 commit 863df1c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog and versioning
22

3+
## 2.37.0
4+
5+
### Build / dependencies / internal 🔧
6+
7+
- (dep) Upgrade to rdkafka 0.38 by @Dav1dde in [#516](https://github.com/getsentry/arroyo/pull/516)
8+
39
## 2.36.0
410

511
- Log progress on multiprocess worker by @fpacifici in [#515](https://github.com/getsentry/arroyo/pull/515)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry_arroyo"
3-
version = "2.36.0"
3+
version = "2.37.0"
44
authors = ["Sentry <[email protected]>"]
55
description = "A library for working with streaming data."
66
repository = "https://github.com/getsentry/arroyo"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:
1010

1111
setup(
1212
name="sentry-arroyo",
13-
version="2.36.0",
13+
version="2.37.0",
1414
author="Sentry",
1515
author_email="[email protected]",
1616
license="Apache-2.0",

0 commit comments

Comments
 (0)