Skip to content

Commit 80bcc28

Browse files
committed
release: 0.35.0
1 parent eb902e0 commit 80bcc28

File tree

20 files changed

+50
-50
lines changed

20 files changed

+50
-50
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.35.0
44

55
**Fixes**:
66

sentry-actix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-actix"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -15,7 +15,7 @@ rust-version = "1.73"
1515
[dependencies]
1616
actix-web = { version = "4", default-features = false }
1717
futures-util = { version = "0.3.5", default-features = false }
18-
sentry-core = { version = "0.34.0", path = "../sentry-core", default-features = false, features = [
18+
sentry-core = { version = "0.35.0", path = "../sentry-core", default-features = false, features = [
1919
"client",
2020
] }
2121

sentry-anyhow/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-anyhow"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -17,8 +17,8 @@ default = ["backtrace"]
1717
backtrace = ["anyhow/backtrace"]
1818

1919
[dependencies]
20-
sentry-backtrace = { version = "0.34.0", path = "../sentry-backtrace" }
21-
sentry-core = { version = "0.34.0", path = "../sentry-core" }
20+
sentry-backtrace = { version = "0.35.0", path = "../sentry-backtrace" }
21+
sentry-core = { version = "0.35.0", path = "../sentry-core" }
2222
anyhow = "1.0.39"
2323

2424
[dev-dependencies]

sentry-backtrace/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-backtrace"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -19,4 +19,4 @@ regex = { version = "1.5.5", default-features = false, features = [
1919
"std",
2020
"unicode-perl",
2121
] }
22-
sentry-core = { version = "0.34.0", path = "../sentry-core" }
22+
sentry-core = { version = "0.35.0", path = "../sentry-core" }

sentry-contexts/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-contexts"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -14,7 +14,7 @@ edition = "2021"
1414
rust-version = "1.73"
1515

1616
[dependencies]
17-
sentry-core = { version = "0.34.0", path = "../sentry-core" }
17+
sentry-core = { version = "0.35.0", path = "../sentry-core" }
1818
libc = "0.2.66"
1919
hostname = "0.4"
2020

sentry-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-core"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -36,7 +36,7 @@ log = { version = "0.4.8", optional = true, features = ["std"] }
3636
once_cell = "1"
3737
rand = { version = "0.8.1", optional = true }
3838
regex = { version = "1.7.3", optional = true }
39-
sentry-types = { version = "0.34.0", path = "../sentry-types" }
39+
sentry-types = { version = "0.35.0", path = "../sentry-types" }
4040
serde = { version = "1.0.104", features = ["derive"] }
4141
serde_json = { version = "1.0.46" }
4242
uuid = { version = "1.0.0", features = ["v4", "serde"], optional = true }

sentry-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ functionality.
102102
[Sentry]: https://sentry.io/
103103
[`sentry`]: https://crates.io/crates/sentry
104104
[Unified API]: https://develop.sentry.dev/sdk/unified-api/
105-
[`test`]: https://docs.rs/sentry-core/0.34.0/sentry_core/test/index.html
105+
[`test`]: https://docs.rs/sentry-core/0.35.0/sentry_core/test/index.html
106106

107107
## Resources
108108

sentry-debug-images/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-debug-images"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -15,4 +15,4 @@ rust-version = "1.73"
1515
[dependencies]
1616
findshlibs = "=0.10.2"
1717
once_cell = "1"
18-
sentry-core = { version = "0.34.0", path = "../sentry-core" }
18+
sentry-core = { version = "0.35.0", path = "../sentry-core" }

sentry-debug-images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let integration = sentry_debug_images::DebugImagesIntegration::new()
2222
.filter(|event| event.level >= Level::Warning);
2323
```
2424

25-
[`Event`]: https://docs.rs/sentry-debug-images/0.34.0/sentry_debug_images/sentry_core::protocol::Event
25+
[`Event`]: https://docs.rs/sentry-debug-images/0.35.0/sentry_debug_images/sentry_core::protocol::Event
2626

2727
## Resources
2828

sentry-log/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-log"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -13,7 +13,7 @@ edition = "2021"
1313
rust-version = "1.73"
1414

1515
[dependencies]
16-
sentry-core = { version = "0.34.0", path = "../sentry-core" }
16+
sentry-core = { version = "0.35.0", path = "../sentry-core" }
1717
log = { version = "0.4.8", features = ["std"] }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)