From 8ec32af641d877023e9b671f22597a169646769f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 6 Oct 2023 17:01:53 +0000 Subject: [PATCH] release: 0.1.31 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 296f0d72..6b2fa7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog and versioning +## 0.1.31 + +### Various fixes & improvements + +- fix(spans): Fix snuba-spans example (#182) by @phacops + ## 0.1.30 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 3b9d4d91..a90e98b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Kafka topics and schemas for Sentry" repository = "https://github.com/getsentry/sentry-kafka-schemas" license-file = "./LICENSE" -version = "0.1.30" +version = "0.1.31" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index b4aac0af..75e8bb0b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.30", + version="0.1.31", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",