Skip to content

Commit 11b68a4

Browse files
committed
release: 0.1.10
1 parent 658adae commit 11b68a4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog and versioning
22

3+
## 0.1.10
4+
5+
### Various fixes & improvements
6+
7+
- feat: Loosen requests in events schema (#147) by @lynnagara
8+
- doc: Generate servicemap from topic definitions (#145) by @untitaker
9+
- ref: Split up ingest-metrics topics (#146) by @untitaker
10+
311
## 0.1.9
412

513
### Various fixes & improvements

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44
description = "Kafka topics and schemas for Sentry"
55
repository = "https://github.com/getsentry/sentry-kafka-schemas"
66
license-file = "./LICENSE"
7-
version = "0.1.9"
7+
version = "0.1.10"
88
edition = "2021"
99

1010
build = "rust/build.rs"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
99

1010
setup(
1111
name="sentry-kafka-schemas",
12-
version="0.1.9",
12+
version="0.1.10",
1313
author="Sentry",
1414
author_email="oss@sentry.io",
1515
url="https://github.com/getsentry/sentry-kafka-schemas",

0 commit comments

Comments
 (0)