Skip to content

Commit

Permalink
release: 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 7, 2021
1 parent 8c7d02f commit 151b2c0
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.23.0

**Breaking Changes**:

Expand Down
6 changes: 3 additions & 3 deletions sentry-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-actix"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,11 +12,11 @@ Sentry client extension for actix-web 3.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core", default-features = false }
sentry-core = { version = "0.23.0", path = "../sentry-core", default-features = false }
actix-web = { version = "3", default-features = false }
futures-util = { version = "0.3.5", default-features = false }

[dev-dependencies]
sentry = { version = "0.22.0", path = "../sentry", features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", features = ["test"] }
actix-rt = "2.1.0"
futures = "0.3"
8 changes: 4 additions & 4 deletions sentry-anyhow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-anyhow"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,9 +15,9 @@ edition = "2018"
backtrace = ["anyhow/backtrace"]

[dependencies]
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
anyhow = "1.0.39"

[dev-dependencies]
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
4 changes: 2 additions & 2 deletions sentry-backtrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-backtrace"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ Sentry integration and utilities for dealing with stacktraces.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
lazy_static = "1.4.0"
backtrace = "0.3.44"
regex = "1.3.4"
6 changes: 3 additions & 3 deletions sentry-contexts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-contexts"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ build = "build.rs"
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
libc = "0.2.66"
hostname = "0.3.0"
regex = "1.3.4"
Expand All @@ -26,4 +26,4 @@ uname = "0.1.1"
rustc_version = "0.4.0"

[dev-dependencies]
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
6 changes: 3 additions & 3 deletions sentry-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-core"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -27,7 +27,7 @@ debug-logs = ["log_"]
test = ["client"]

[dependencies]
sentry-types = { version = "0.22.0", path = "../sentry-types" }
sentry-types = { version = "0.23.0", path = "../sentry-types" }
serde = { version = "1.0.104", features = ["derive"] }
chrono = "0.4.13"
lazy_static = "1.4.0"
Expand All @@ -39,7 +39,7 @@ log_ = { package = "log", version = "0.4.8", optional = true, features = ["std"]
# Because we re-export all the public API in `sentry`, we actually run all the
# doctests using the `sentry` crate. This also takes care of the doctest
# limitation documented in https://github.com/rust-lang/rust/issues/45599.
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
thiserror = "1.0.15"
anyhow = "1.0.30"
tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "macros"] }
Expand Down
4 changes: 2 additions & 2 deletions sentry-debug-images/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-debug-images"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,6 +12,6 @@ Sentry integration that adds the list of loaded libraries to events.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
lazy_static = "1.4.0"
findshlibs = "0.8.0"
6 changes: 3 additions & 3 deletions sentry-log/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-log"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,9 +12,9 @@ Sentry integration for log and env_logger crates.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
log = { version = "0.4.8", features = ["std"] }

[dev-dependencies]
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
pretty_env_logger = "0.4.0"
8 changes: 4 additions & 4 deletions sentry-panic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-panic"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,8 +12,8 @@ Sentry integration for capturing panics.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace" }

[dev-dependencies]
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
6 changes: 3 additions & 3 deletions sentry-slog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-slog"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,11 +12,11 @@ Sentry integration for the slog crate.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
slog = { version = "2.5.2", features = ["nested-values"] }
serde_json = "1.0.46"

[dev-dependencies]
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
serde = "1.0.117"
erased-serde = "0.3.12"
6 changes: 3 additions & 3 deletions sentry-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-tracing"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,11 +12,11 @@ Sentry integration for tracing and tracing-subscriber crates.
edition = "2018"

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-core = { version = "0.23.0", path = "../sentry-core" }
tracing-core = "0.1"
tracing-subscriber = "0.2"

[dev-dependencies]
log = "0.4"
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.23.0", path = "../sentry", default-features = false, features = ["test"] }
tracing = "0.1"
2 changes: 1 addition & 1 deletion sentry-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-types"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
28 changes: 14 additions & 14 deletions sentry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry"
version = "0.22.0"
version = "0.23.0"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -44,15 +44,15 @@ native-tls = ["reqwest_/default-tls"]
rustls = ["reqwest_/rustls-tls"]

[dependencies]
sentry-core = { version = "0.22.0", path = "../sentry-core", features = ["client"] }
sentry-anyhow = { version = "0.22.0", path = "../sentry-anyhow", optional = true }
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace", optional = true }
sentry-contexts = { version = "0.22.0", path = "../sentry-contexts", optional = true }
sentry-debug-images = { version = "0.22.0", path = "../sentry-debug-images", optional = true }
sentry-log = { version = "0.22.0", path = "../sentry-log", optional = true }
sentry-panic = { version = "0.22.0", path = "../sentry-panic", optional = true }
sentry-slog = { version = "0.22.0", path = "../sentry-slog", optional = true }
sentry-tracing = { version = "0.22.0", path = "../sentry-tracing", optional = true }
sentry-core = { version = "0.23.0", path = "../sentry-core", features = ["client"] }
sentry-anyhow = { version = "0.23.0", path = "../sentry-anyhow", optional = true }
sentry-backtrace = { version = "0.23.0", path = "../sentry-backtrace", optional = true }
sentry-contexts = { version = "0.23.0", path = "../sentry-contexts", optional = true }
sentry-debug-images = { version = "0.23.0", path = "../sentry-debug-images", optional = true }
sentry-log = { version = "0.23.0", path = "../sentry-log", optional = true }
sentry-panic = { version = "0.23.0", path = "../sentry-panic", optional = true }
sentry-slog = { version = "0.23.0", path = "../sentry-slog", optional = true }
sentry-tracing = { version = "0.23.0", path = "../sentry-tracing", optional = true }
log_ = { package = "log", version = "0.4.8", optional = true, features = ["std"] }
reqwest_ = { package = "reqwest", version = "0.11", optional = true, features = ["blocking", "json"], default-features = false }
curl_ = { package = "curl", version = "0.4.25", optional = true }
Expand All @@ -62,10 +62,10 @@ serde_json = { version = "1.0.48", optional = true }
tokio = { version = "1.0", features = ["rt"] }

[dev-dependencies]
sentry-anyhow = { version = "0.22.0", path = "../sentry-anyhow" }
sentry-log = { version = "0.22.0", path = "../sentry-log" }
sentry-slog = { version = "0.22.0", path = "../sentry-slog" }
sentry-tracing = { version = "0.22.0", path = "../sentry-tracing" }
sentry-anyhow = { version = "0.23.0", path = "../sentry-anyhow" }
sentry-log = { version = "0.23.0", path = "../sentry-log" }
sentry-slog = { version = "0.23.0", path = "../sentry-slog" }
sentry-tracing = { version = "0.23.0", path = "../sentry-tracing" }
log_ = { package = "log", version = "0.4.8", features = ["std"] }
slog_ = { package = "slog", version = "2.5.2" }
tracing_ = { package = "tracing", version = "0.1" }
Expand Down

0 comments on commit 151b2c0

Please sign in to comment.