Skip to content

Commit

Permalink
release: 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Aug 28, 2020
1 parent 49554a1 commit b9e0096
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 51 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.19.1

**Fixes**:

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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -22,8 +22,8 @@ with_sentry_default = [
]

[dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false }
sentry-failure = { version = "0.19.0", path = "../sentry-failure" }
sentry = { version = "0.19.1", path = "../sentry", default-features = false }
sentry-failure = { version = "0.19.1", path = "../sentry-failure" }
actix-web = { version = "0.7", default-features = false }
failure = "0.1.3"
fragile = "0.3.0"
4 changes: 2 additions & 2 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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,5 +15,5 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
anyhow = "1.0.30"
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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-core = { version = "0.19.1", 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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
libc = "0.2.66"
hostname = "0.3.0"
regex = "1.3.4"
Expand All @@ -29,4 +29,4 @@ uname = "0.1.1"
rustc_version = "0.2.3"

[dev-dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.19.1", 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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -23,7 +23,7 @@ debug-logs = ["log_"]
test = ["client"]

[dependencies]
sentry-types = { version = "0.19.0", path = "../sentry-types" }
sentry-types = { version = "0.19.1", path = "../sentry-types" }
lazy_static = "1.4.0"
im = { version = "14.2.0", optional = true }
rand = { version = "0.7.3", optional = true }
Expand All @@ -33,7 +33,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.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.19.1", path = "../sentry", default-features = false, features = ["test"] }
thiserror = "1.0.15"
anyhow = "1.0.30"
failure = "0.1.8"
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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,6 +15,6 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
lazy_static = "1.4.0"
findshlibs = "0.7.0"
8 changes: 4 additions & 4 deletions sentry-error-chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-error-chain"
version = "0.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,9 +15,9 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.19.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
sentry-backtrace = { version = "0.19.1", path = "../sentry-backtrace" }
error-chain = "0.12.1"

[dev-dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.19.1", path = "../sentry", default-features = false, features = ["test"] }
10 changes: 5 additions & 5 deletions sentry-failure/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sentry-failure"
version = "0.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,10 +15,10 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.19.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
sentry-backtrace = { version = "0.19.1", path = "../sentry-backtrace" }
failure = "0.1.6"

[dev-dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry-panic = { version = "0.19.0", path = "../sentry-panic" }
sentry = { version = "0.19.1", path = "../sentry", default-features = false, features = ["test"] }
sentry-panic = { version = "0.19.1", path = "../sentry-panic" }
8 changes: 4 additions & 4 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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,12 +15,12 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-backtrace = { version = "0.19.0", path = "../sentry-backtrace" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
sentry-backtrace = { version = "0.19.1", path = "../sentry-backtrace" }
log = { version = "0.4.8", features = ["std"] }
env_logger = { version = "0.7.1", optional = true }

[dev-dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.19.1", path = "../sentry", default-features = false, features = ["test"] }
pretty_env_logger = "0.4.0"
env_logger = "0.7.1"
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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,8 +15,8 @@ edition = "2018"
all-features = true

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

[dev-dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.19.1", 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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -15,8 +15,8 @@ edition = "2018"
all-features = true

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core" }
sentry-core = { version = "0.19.1", path = "../sentry-core" }
slog = "2.5.2"

[dev-dependencies]
sentry = { version = "0.19.0", path = "../sentry", default-features = false, features = ["test"] }
sentry = { version = "0.19.1", path = "../sentry", default-features = false, features = ["test"] }
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
authors = ["Sentry <hello@sentry.io>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -60,16 +60,16 @@ with_native_tls = ["native-tls"]
with_rustls = ["rustls"]

[dependencies]
sentry-core = { version = "0.19.0", path = "../sentry-core", features = ["client"] }
sentry-anyhow = { version = "0.19.0", path = "../sentry-anyhow", optional = true }
sentry-backtrace = { version = "0.19.0", path = "../sentry-backtrace", optional = true }
sentry-contexts = { version = "0.19.0", path = "../sentry-contexts", optional = true }
sentry-debug-images = { version = "0.19.0", path = "../sentry-debug-images", optional = true }
sentry-error-chain = { version = "0.19.0", path = "../sentry-error-chain", optional = true }
sentry-failure = { version = "0.19.0", path = "../sentry-failure", optional = true }
sentry-log = { version = "0.19.0", path = "../sentry-log", optional = true }
sentry-panic = { version = "0.19.0", path = "../sentry-panic", optional = true }
sentry-slog = { version = "0.19.0", path = "../sentry-slog", optional = true }
sentry-core = { version = "0.19.1", path = "../sentry-core", features = ["client"] }
sentry-anyhow = { version = "0.19.1", path = "../sentry-anyhow", optional = true }
sentry-backtrace = { version = "0.19.1", path = "../sentry-backtrace", optional = true }
sentry-contexts = { version = "0.19.1", path = "../sentry-contexts", optional = true }
sentry-debug-images = { version = "0.19.1", path = "../sentry-debug-images", optional = true }
sentry-error-chain = { version = "0.19.1", path = "../sentry-error-chain", optional = true }
sentry-failure = { version = "0.19.1", path = "../sentry-failure", optional = true }
sentry-log = { version = "0.19.1", path = "../sentry-log", optional = true }
sentry-panic = { version = "0.19.1", path = "../sentry-panic", optional = true }
sentry-slog = { version = "0.19.1", path = "../sentry-slog", optional = true }
log_ = { package = "log", version = "0.4.8", optional = true, features = ["std"] }
reqwest_ = { package = "reqwest", version = "0.10.1", optional = true, features = ["blocking", "json"], default-features = false }
curl_ = { package = "curl", version = "0.4.25", optional = true }
Expand All @@ -80,9 +80,9 @@ httpdate = { version = "0.3.2", optional = true }
serde_json = { version = "1.0.48", optional = true }

[dev-dependencies]
sentry-anyhow = { version = "0.19.0", path = "../sentry-anyhow" }
sentry-error-chain = { version = "0.19.0", path = "../sentry-error-chain" }
sentry-log = { version = "0.19.0", path = "../sentry-log", features = ["env_logger"] }
sentry-anyhow = { version = "0.19.1", path = "../sentry-anyhow" }
sentry-error-chain = { version = "0.19.1", path = "../sentry-error-chain" }
sentry-log = { version = "0.19.1", path = "../sentry-log", features = ["env_logger"] }
log_ = { package = "log", version = "0.4.8", features = ["std"] }
failure_derive = "0.1.6"
actix-web = { version = "0.7.19", default-features = false }
Expand Down

0 comments on commit b9e0096

Please sign in to comment.