Skip to content

Commit

Permalink
release: 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 20, 2024
1 parent 575514b commit 4d2170a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog and versioning

## 2.16.5

### Various fixes & improvements

- build(deps): bump black from 22.3.0 to 24.3.0 (#343) by @dependabot
- feat: confluent-kafka-python 2.3.0 (#344) by @lynnagara
- meta: Update codeowners (#345) by @lynnagara

## 2.16.4

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rust_arroyo"
version = "2.16.4"
version = "2.16.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-arroyo",
version="2.16.4",
version="2.16.5",
author="Sentry",
author_email="oss@sentry.io",
license="Apache-2.0",
Expand Down

0 comments on commit 4d2170a

Please sign in to comment.