Skip to content

Commit

Permalink
release: 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 4, 2024
1 parent 8f7958e commit 57505c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry_arroyo"
version = "2.18.2"
version = "2.19.0"
authors = ["Sentry <oss@sentry.io>"]
description = "A library for working with streaming data."
repository = "https://github.com/getsentry/sentry-kafka-schemas"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 57505c1

Please sign in to comment.