Skip to content

Commit

Permalink
release: 9.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 16, 2022
1 parent f732ca8 commit 0015742
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 39 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
## 9.1.4

**Fixes**:

Expand Down
2 changes: 1 addition & 1 deletion examples/addr2line/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "addr2line"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/dump_cfi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dump_cfi"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/dump_sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dump_sources"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/minidump_stackwalk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minidump_stackwalk"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/object_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object_debug"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/symcache_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symcache_debug"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/unreal_engine_crash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unreal_engine_crash"
version = "9.1.3"
version = "9.1.4"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions symbolic-cabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-cabi"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -22,4 +22,4 @@ crate-type = ["cdylib"]
[dependencies]
proguard = { version = "5.0.0", features = ["uuid"] }
sourcemap = "6.0.2"
symbolic = { version = "9.1.3", path = "../symbolic", features = ["cfi", "debuginfo", "demangle", "symcache"] }
symbolic = { version = "9.1.4", path = "../symbolic", features = ["cfi", "debuginfo", "demangle", "symcache"] }
6 changes: 3 additions & 3 deletions symbolic-cfi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-cfi"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -15,8 +15,8 @@ A library to process call frame information
edition = "2021"

[dependencies]
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.3", path = "../symbolic-debuginfo" }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.4", path = "../symbolic-debuginfo" }
thiserror = "1.0.20"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion symbolic-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-common"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down
4 changes: 2 additions & 2 deletions symbolic-debuginfo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-debuginfo"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -96,7 +96,7 @@ scroll = { version = "0.11", optional = true }
serde = { version = "1.0.94", features = ["derive"] }
serde_json = { version = "1.0.40", optional = true }
smallvec = { version = "1.2.0", optional = true }
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }
thiserror = "1.0.20"
wasmparser = { version = "0.90.0", optional = true }
zip = { version = "0.6.2", optional = true, default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion symbolic-debuginfo/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-debuginfo-fuzz"
version = "9.1.3"
version = "9.1.4"
authors = ["Automatically generated"]
publish = false
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions symbolic-demangle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-demangle"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -34,7 +34,7 @@ swift = ["cc"]
cpp_demangle = { version = "0.3.2", optional = true }
msvc-demangler = { version = "0.9.0", optional = true }
rustc-demangle = { version = "0.1.16", optional = true }
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }

[build-dependencies]
cc = { version = "1.0.50", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions symbolic-il2cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-il2cpp"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = ["Sentry <hello@sentry.io>"]
documentation = "https://docs.rs/symbolic-il2cpp"
Expand All @@ -14,5 +14,5 @@ edition = "2021"
[dependencies]
indexmap = "1.8.0"
serde_json = "1.0.79"
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.3", path = "../symbolic-debuginfo" }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.4", path = "../symbolic-debuginfo" }
4 changes: 2 additions & 2 deletions symbolic-ppdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-ppdb"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Sebastian Zivota <sebastian.zivota@sentry.io>",
Expand All @@ -22,7 +22,7 @@ all-features = true
[dependencies]
indexmap = "1.9.1"
leb128 = "0.2.5"
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }
thiserror = "1.0.31"
uuid = "1.0.0"
zerocopy = "0.6.1"
2 changes: 1 addition & 1 deletion symbolic-ppdb/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-ppdb-fuzz"
version = "9.1.3"
version = "9.1.4"
authors = ["Automatically generated"]
publish = false
edition = "2021"
Expand Down
8 changes: 4 additions & 4 deletions symbolic-symcache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-symcache"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -23,9 +23,9 @@ exclude = [
all-features = true

[dependencies]
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.3", path = "../symbolic-debuginfo" }
symbolic-il2cpp = { version = "9.1.3", path = "../symbolic-il2cpp", optional = true }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.4", path = "../symbolic-debuginfo" }
symbolic-il2cpp = { version = "9.1.4", path = "../symbolic-il2cpp", optional = true }
thiserror = "1.0.20"
indexmap = "1.7.0"
tracing = "0.1.35"
Expand Down
2 changes: 1 addition & 1 deletion symbolic-testutils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-testutils"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion symbolic-unreal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-unreal"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down
16 changes: 8 additions & 8 deletions symbolic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic"
version = "9.1.3"
version = "9.1.4"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -32,13 +32,13 @@ unreal = ["symbolic-unreal"]
unreal-serde = ["unreal", "common-serde", "symbolic-unreal/serde"]

[dependencies]
symbolic-cfi = { version = "9.1.3", path = "../symbolic-cfi", optional = true }
symbolic-common = { version = "9.1.3", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.3", path = "../symbolic-debuginfo", optional = true }
symbolic-demangle = { version = "9.1.3", path = "../symbolic-demangle", optional = true }
symbolic-il2cpp = { version = "9.1.3", path = "../symbolic-il2cpp", optional = true }
symbolic-symcache = { version = "9.1.3", path = "../symbolic-symcache", optional = true }
symbolic-unreal = { version = "9.1.3", path = "../symbolic-unreal", optional = true }
symbolic-cfi = { version = "9.1.4", path = "../symbolic-cfi", optional = true }
symbolic-common = { version = "9.1.4", path = "../symbolic-common" }
symbolic-debuginfo = { version = "9.1.4", path = "../symbolic-debuginfo", optional = true }
symbolic-demangle = { version = "9.1.4", path = "../symbolic-demangle", optional = true }
symbolic-il2cpp = { version = "9.1.4", path = "../symbolic-il2cpp", optional = true }
symbolic-symcache = { version = "9.1.4", path = "../symbolic-symcache", optional = true }
symbolic-unreal = { version = "9.1.4", path = "../symbolic-unreal", optional = true }

[badges]
travis-ci = { repository = "getsentry/symbolic", branch = "master" }

0 comments on commit 0015742

Please sign in to comment.