From 57505c11b50a46d14f19391486c9fe500ae634df Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Wed, 4 Dec 2024 21:51:46 +0000 Subject: [PATCH] release: 2.19.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50322f68..956a5f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog and versioning +## 2.19.0 + +### Various fixes & improvements + +- chore: Preparations for publishing the Rust crate (#398) by @untitaker +- fix(rust): Add required metadata for crates.io (#328) by @untitaker +- Remove box from RunTaskInThreads (#393) by @untitaker +- chore(ci): Clippy fixes, bump rdkafka (#397) by @untitaker +- replace gh bot with gh app (#396) by @Jeffreyhung + ## 2.18.2 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index f3ba9c4c..60757c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sentry_arroyo" -version = "2.18.2" +version = "2.19.0" authors = ["Sentry "] description = "A library for working with streaming data." repository = "https://github.com/getsentry/sentry-kafka-schemas" diff --git a/setup.py b/setup.py index c49dbd9e..684e3793 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-arroyo", - version="2.18.2", + version="2.19.0", author="Sentry", author_email="oss@sentry.io", license="Apache-2.0",