Skip to content

Commit 8a45764

Browse files
committed
release: 0.18.1
1 parent 29bb769 commit 8a45764

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3+
## 0.18.1
4+
5+
- Fix potential segfault with `with_debug_meta` (#211).
6+
- Fix panic when running inside of tokio (#186).
7+
38
## 0.18.0
49

510
- Upgrade most dependencies to their current versions (#183):
11+
612
- `env_logger 0.7`
713
- `reqwest 0.10`
814
- `error-chain 0.12`

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"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"

integrations/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.18.0"
3+
version = "0.18.1"
44
authors = ["Sentry <[email protected]>"]
55
license = "Apache-2.0"
66
readme = "README.md"
@@ -28,6 +28,6 @@ with_sentry_default = [
2828

2929
[dependencies]
3030
actix-web = { version = "0.7", default-features = false }
31-
sentry = { version = "0.18.0", path = "../../", default-features = false }
31+
sentry = { version = "0.18.1", path = "../../", default-features = false }
3232
failure = "0.1.3"
3333
fragile = "0.3.0"

0 commit comments

Comments
 (0)