Skip to content

Commit

Permalink
Merge branch 'release/0.1.109'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 16, 2024
2 parents b0ad549 + cd827cf commit 4fed335
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog and versioning

## 0.1.109

### Various fixes & improvements

- chore(github): Bump `upload-artifact` to v4 (#332) by @wedamija
- feat(uptime): Add request{method,headers,body} fields (#330) by @evanpurkhiser
- ref(uptime): Allow additional methods in `rquest_type` (#331) by @evanpurkhiser

## 0.1.107

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Kafka topics and schemas for Sentry"
repository = "https://github.com/getsentry/sentry-kafka-schemas"
license-file = "./LICENSE.md"
version = "0.1.107"
version = "0.1.109"
edition = "2021"

build = "rust/build.rs"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:

setup(
name="sentry-kafka-schemas",
version="0.1.107",
version="0.1.109",
author="Sentry",
author_email="oss@sentry.io",
url="https://github.com/getsentry/sentry-kafka-schemas",
Expand Down

0 comments on commit 4fed335

Please sign in to comment.