We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5a53b5 + 94ef745 commit a49af12Copy full SHA for a49af12
3 files changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.11.0
2
+
3
+### New Features ✨
4
5
+- (taskbroker) Add delay_on_retry to SetTaskStatusRequest by @untitaker in [#262](https://github.com/getsentry/sentry-protos/pull/262)
6
7
+### Internal Changes 🔧
8
9
+- Limit PR workflow to proto and Buf config changes by @armenzg in [#261](https://github.com/getsentry/sentry-protos/pull/261)
10
11
## 0.10.0
12
13
### New Features ✨
VERSION
@@ -1 +1 @@
-0.10.0
+0.11.0
rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sentry_protos"
-version = "0.10.0"
+version = "0.11.0"
edition = "2021"
readme = "README.md"
description = "Rust bindings for sentry-protos"
0 commit comments