File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog and versioning
22
3+ ## 2.1.10
4+
5+ ### Various fixes & improvements
6+
7+ - feat(spans): Guarantee non-null for basic span fields (#448 ) by @jjbayer
8+
39## 2.1.9
410
511### Various fixes & improvements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
44description = " Kafka topics and schemas for Sentry"
55repository = " https://github.com/getsentry/sentry-kafka-schemas"
66license-file = " ./LICENSE.md"
7- version = " 2.1.9 "
7+ version = " 2.1.10 "
88edition = " 2021"
99
1010build = " rust/build.rs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
99
1010setup (
1111 name = "sentry-kafka-schemas" ,
12- version = "2.1.9 " ,
12+ version = "2.1.10 " ,
1313 author = "Sentry" ,
1414 author_email = "oss@sentry.io" ,
1515 url = "https://github.com/getsentry/sentry-kafka-schemas" ,
You can’t perform that action at this time.
0 commit comments