File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and versioning
2
2
3
+ ## 0.1.7
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - fix: Some fixes to make ingest-replay-recordings usable (#135 ) by @untitaker
8
+ - fix: Fix typo in json_schema_changes (#134 ) by @untitaker
9
+ - fix: Adjust breaking changes warning (#133 ) by @untitaker
10
+ - fix: Random snuba crashes found by hypothesis-jsonschema (#132 ) by @untitaker
11
+
3
12
## 0.1.6
4
13
5
14
### Various fixes & improvements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
4
4
description = " Kafka topics and schemas for Sentry"
5
5
repository = " https://github.com/getsentry/sentry-kafka-schemas"
6
6
license-file = " ./LICENSE"
7
- version = " 0.1.6 "
7
+ version = " 0.1.7 "
8
8
edition = " 2021"
9
9
10
10
build = " rust/build.rs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def get_requirements() -> Sequence[str]:
9
9
10
10
setup (
11
11
name = "sentry-kafka-schemas" ,
12
- version = "0.1.6 " ,
12
+ version = "0.1.7 " ,
13
13
author = "Sentry" ,
14
14
author_email = "oss@sentry.io" ,
15
15
url = "https://github.com/getsentry/sentry-kafka-schemas" ,
You can’t perform that action at this time.
0 commit comments