Skip to content

Commit 498d699

Browse files
committed
release: 0.33.0
1 parent b9ce8cc commit 498d699

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.33.0
2+
3+
### New Features ✨
4+
5+
- (snuba) Add conversation_id and session_id to TraceItem by @phacops in [#324](https://github.com/getsentry/sentry-protos/pull/324)
6+
17
## 0.32.5
28

39
### Internal Changes 🔧

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.32.5
1+
0.33.0

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry_protos"
3-
version = "0.32.5"
3+
version = "0.33.0"
44
edition = "2021"
55
readme = "README.md"
66
description = "Rust bindings for sentry-protos"

0 commit comments

Comments
 (0)