File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog and versioning
2
2
3
+ ## 1.3.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - chore: Update sentry-protos to 0.2.0 for real (#406 ) by @phacops
8
+
3
9
## 1.3.0
4
10
5
11
### 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.md"
7
- version = " 1.3.0 "
7
+ version = " 1.3.1 "
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 = "1.3.0 " ,
12
+ version = "1.3.1 " ,
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