Skip to content

Commit

Permalink
release: 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed May 14, 2020
1 parent 29bb769 commit 8a45764
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 0.18.1

- Fix potential segfault with `with_debug_meta` (#211).
- Fix panic when running inside of tokio (#186).

## 0.18.0

- Upgrade most dependencies to their current versions (#183):

- `env_logger 0.7`
- `reqwest 0.10`
- `error-chain 0.12`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry"
version = "0.18.0"
version = "0.18.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions integrations/sentry-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-actix"
version = "0.18.0"
version = "0.18.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -28,6 +28,6 @@ with_sentry_default = [

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

0 comments on commit 8a45764

Please sign in to comment.