Skip to content

Commit

Permalink
release: 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jan 13, 2021
1 parent 66bc24b commit 24548e7
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 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.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
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.21.0", path = "../sentry-core", default-features = false }
sentry-core = { version = "0.22.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.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
actix-rt = "1.1.1"
futures = "0.3"
6 changes: 3 additions & 3 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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,8 +12,8 @@ Sentry integration for anyhow.
edition = "2018"

[dependencies]
sentry-core = { version = "0.21.0", path = "../sentry-core" }
sentry-core = { version = "0.22.0", path = "../sentry-core" }
anyhow = "1.0.30"

[dev-dependencies]
sentry = { version = "0.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
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.21.0", path = "../sentry-core" }
sentry-core = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ build = "build.rs"
edition = "2018"

[dependencies]
sentry-core = { version = "0.21.0", path = "../sentry-core" }
sentry-core = { version = "0.22.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.3.0"

[dev-dependencies]
sentry = { version = "0.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -27,7 +27,7 @@ debug-logs = ["log_"]
test = ["client"]

[dependencies]
sentry-types = { version = "0.21.0", path = "../sentry-types" }
sentry-types = { version = "0.22.0", path = "../sentry-types" }
serde = { version = "1.0.104", features = ["derive"] }
lazy_static = "1.4.0"
rand = { version = "0.8.1", optional = true }
Expand All @@ -38,7 +38,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.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
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.21.0", path = "../sentry-core" }
sentry-core = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
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.21.0", path = "../sentry-core" }
sentry-core = { version = "0.22.0", path = "../sentry-core" }
log = { version = "0.4.8", features = ["std"] }

[dev-dependencies]
sentry = { version = "0.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
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.21.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.21.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.22.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.22.0", path = "../sentry-backtrace" }

[dev-dependencies]
sentry = { version = "0.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
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.21.0", path = "../sentry-core" }
sentry-core = { version = "0.22.0", path = "../sentry-core" }
slog = { version = "2.5.2", features = ["nested-values"] }
serde_json = "1.0.46"

[dev-dependencies]
sentry = { version = "0.21.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.22.0", path = "../sentry", default-features = false, features = ["test"] }
serde = "1.0.117"
erased-serde = "0.3.12"
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.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
24 changes: 12 additions & 12 deletions sentry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry"
version = "0.21.0"
version = "0.22.0"
authors = ["Sentry <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -39,14 +39,14 @@ native-tls = ["reqwest_/default-tls"]
rustls = ["reqwest_/rustls-tls"]

[dependencies]
sentry-core = { version = "0.21.0", path = "../sentry-core", features = ["client"] }
sentry-anyhow = { version = "0.21.0", path = "../sentry-anyhow", optional = true }
sentry-backtrace = { version = "0.21.0", path = "../sentry-backtrace", optional = true }
sentry-contexts = { version = "0.21.0", path = "../sentry-contexts", optional = true }
sentry-debug-images = { version = "0.21.0", path = "../sentry-debug-images", optional = true }
sentry-log = { version = "0.21.0", path = "../sentry-log", optional = true }
sentry-panic = { version = "0.21.0", path = "../sentry-panic", optional = true }
sentry-slog = { version = "0.21.0", path = "../sentry-slog", optional = true }
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 }
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 @@ -56,9 +56,9 @@ httpdate = { version = "0.3.2", optional = true }
serde_json = { version = "1.0.48", optional = true }

[dev-dependencies]
sentry-anyhow = { version = "0.21.0", path = "../sentry-anyhow" }
sentry-log = { version = "0.21.0", path = "../sentry-log" }
sentry-slog = { version = "0.21.0", path = "../sentry-slog" }
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" }
log_ = { package = "log", version = "0.4.8", features = ["std"] }
slog_ = { package = "slog", version = "2.5.2" }
actix-web = { version = "3", default-features = false }
Expand Down

0 comments on commit 24548e7

Please sign in to comment.