Skip to content

Commit c6885ab

Browse files
committed
release: 0.1.8
1 parent deca780 commit c6885ab

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 0.1.8
4+
5+
### Various fixes & improvements
6+
7+
- ref: Bump json-schema-diff (#142) by @untitaker
8+
- fix(transactions): Remove properties incorrectly set to required in trace context (#139) by @lynnagara
9+
- fix(ingest-replay-recordings): Fix consumer service (#141) by @lynnagara
10+
- fix(transactions): measurement.unit is not required (#140) by @lynnagara
11+
- fix(transactions): Fix parent-span-id (#138) by @lynnagara
12+
- fix: Update jsonschema-gentypes (#136) by @untitaker
13+
- ref: reference SENTRY_INTERNAL_APP_ID from vars (#137) by @asottile-sentry
14+
315
## 0.1.7
416

517
### 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.7"
7+
version = "0.1.8"
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.7",
12+
version="0.1.8",
1313
author="Sentry",
1414
author_email="oss@sentry.io",
1515
url="https://github.com/getsentry/sentry-kafka-schemas",

0 commit comments

Comments
 (0)