Skip to content

Commit

Permalink
Merge branch 'release/2.18.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 26, 2024
2 parents 5bc16a8 + d7af9cc commit 9a773d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog and versioning

## 2.18.0

### Various fixes & improvements

- fix: Allow sending committable from Unfold (#371) by @mj0nez
- all-repos: update actions/upload-artifact to v4 (#381) by @joshuarli

## 2.17.6

### 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 = "rust_arroyo"
version = "2.17.6"
version = "2.18.0"
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
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.17.6",
version="2.18.0",
author="Sentry",
author_email="[email protected]",
license="Apache-2.0",
Expand Down

0 comments on commit 9a773d5

Please sign in to comment.