Skip to content

Commit

Permalink
Merge branch 'release/0.1.128'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 7, 2025
2 parents de01852 + f81f541 commit 614026b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog and versioning

## 0.1.128

### Various fixes & improvements

- release: 0.1.127 (08569708) by @getsentry-bot

## 0.1.127

- No documented changes.
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 <[email protected]>"]
description = "Kafka topics and schemas for Sentry"
repository = "https://github.com/getsentry/sentry-kafka-schemas"
license-file = "./LICENSE.md"
version = "0.1.127"
version = "0.1.128"
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.127",
version="0.1.128",
author="Sentry",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-kafka-schemas",
Expand Down

0 comments on commit 614026b

Please sign in to comment.