From f72b07f9512c874153d1507d50f6d364b1f81861 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Fri, 23 Jun 2023 23:58:13 +0000 Subject: [PATCH] release: 0.1.13 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42132beb..8e4fcf8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog and versioning +## 0.1.13 + +### Various fixes & improvements + +- feat: Add generic-events topic (#154) by @lynnagara +- docs: Re (#156) by @lynnagara +- Add spans data schema (#153) by @dbanda +- docs: Update readme about choosing a version to release (#151) by @lynnagara + ## 0.1.12 ### Various fixes & improvements diff --git a/Cargo.toml b/Cargo.toml index 288e73b3..e7c6fcb3 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.12" +version = "0.1.13" edition = "2021" build = "rust/build.rs" diff --git a/setup.py b/setup.py index 56a1abcd..65635fa7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]: setup( name="sentry-kafka-schemas", - version="0.1.12", + version="0.1.13", author="Sentry", author_email="oss@sentry.io", url="https://github.com/getsentry/sentry-kafka-schemas",