Skip to content

Commit 02b5559

Browse files
author
getsentry-bot
committed
Merge branch 'release/12.13.2'
2 parents bb8d38d + bdce9aa commit 02b5559

File tree

25 files changed

+76
-76
lines changed

25 files changed

+76
-76
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 12.13.2
44

55
**Fixes**
66

Cargo.lock

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/addr2line/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "addr2line"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -10,4 +10,4 @@ publish = false
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
clap = { workspace = true }
13-
symbolic = { version = "12.13.1", path = "../../symbolic", features = ["demangle"] }
13+
symbolic = { version = "12.13.2", path = "../../symbolic", features = ["demangle"] }

examples/debuginfo_debug/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "debuginfo_debug"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Markus Stange <mstange.moz@gmail.com>"]
55
edition = "2021"
66
publish = false
@@ -10,6 +10,6 @@ publish = false
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
clap = { workspace = true }
13-
symbolic = { version = "12.13.1", path = "../../symbolic", features = [
13+
symbolic = { version = "12.13.2", path = "../../symbolic", features = [
1414
"demangle",
1515
] }

examples/dump_cfi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dump_cfi"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -10,4 +10,4 @@ publish = false
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
clap = { workspace = true }
13-
symbolic = { version = "12.13.1", path = "../../symbolic", features = ["cfi"] }
13+
symbolic = { version = "12.13.2", path = "../../symbolic", features = ["cfi"] }

examples/dump_sources/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dump_sources"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -9,4 +9,4 @@ publish = false
99

1010
[dependencies]
1111
clap = { workspace = true }
12-
symbolic = { version = "12.13.1", path = "../../symbolic" }
12+
symbolic = { version = "12.13.2", path = "../../symbolic" }

examples/minidump_stackwalk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minidump_stackwalk"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -13,7 +13,7 @@ clap = { workspace = true }
1313
minidump = { workspace = true }
1414
minidump-processor = { workspace = true }
1515
minidump-unwind = { workspace = true }
16-
symbolic = { version = "12.13.1", path = "../../symbolic", features = [
16+
symbolic = { version = "12.13.2", path = "../../symbolic", features = [
1717
"symcache",
1818
"demangle",
1919
"cfi",

examples/object_debug/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "object_debug"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -9,4 +9,4 @@ publish = false
99

1010
[dependencies]
1111
clap = { workspace = true }
12-
symbolic = { version = "12.13.1", path = "../../symbolic" }
12+
symbolic = { version = "12.13.2", path = "../../symbolic" }
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "sourcemapcache_debug"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Sentry <hello@sentry.io>"]
55
edition = "2021"
66
publish = false
77

88
[dependencies]
99
anyhow = { workspace = true }
1010
clap = { workspace = true }
11-
symbolic = { version = "12.13.1", path = "../../symbolic", features = [
11+
symbolic = { version = "12.13.2", path = "../../symbolic", features = [
1212
"sourcemapcache",
1313
] }
1414
tracing-subscriber = { workspace = true, features = ["env-filter"] }

examples/symcache_debug/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symcache_debug"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -10,7 +10,7 @@ publish = false
1010
[dependencies]
1111
anyhow = { workspace = true }
1212
clap = { workspace = true }
13-
symbolic = { version = "12.13.1", path = "../../symbolic", features = [
13+
symbolic = { version = "12.13.2", path = "../../symbolic", features = [
1414
"symcache",
1515
"demangle",
1616
"il2cpp",
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unreal_engine_crash"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
authors = ["Jan Michael Auer <mail@jauer.org>"]
55
edition = "2021"
66
publish = false
@@ -9,6 +9,6 @@ publish = false
99

1010
[dependencies]
1111
clap = { workspace = true }
12-
symbolic = { version = "12.13.1", path = "../../symbolic", features = [
12+
symbolic = { version = "12.13.2", path = "../../symbolic", features = [
1313
"unreal",
1414
] }

symbolic-cabi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symbolic-cabi"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
license = "MIT"
55
authors = [
66
"Armin Ronacher <armin.ronacher@active-4.com>",
@@ -22,7 +22,7 @@ crate-type = ["cdylib"]
2222
[dependencies]
2323
proguard = { workspace = true, features = ["uuid"] }
2424
sourcemap = { workspace = true }
25-
symbolic = { version = "12.13.1", path = "../symbolic", features = [
25+
symbolic = { version = "12.13.2", path = "../symbolic", features = [
2626
"cfi",
2727
"debuginfo",
2828
"sourcemapcache",

symbolic-cfi/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symbolic-cfi"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
license = "MIT"
55
authors = [
66
"Armin Ronacher <armin.ronacher@active-4.com>",
@@ -15,8 +15,8 @@ A library to process call frame information
1515
edition = "2021"
1616

1717
[dependencies]
18-
symbolic-common = { version = "12.13.1", path = "../symbolic-common" }
19-
symbolic-debuginfo = { version = "12.13.1", path = "../symbolic-debuginfo" }
18+
symbolic-common = { version = "12.13.2", path = "../symbolic-common" }
19+
symbolic-debuginfo = { version = "12.13.2", path = "../symbolic-debuginfo" }
2020
thiserror = { workspace = true }
2121

2222
[dev-dependencies]

symbolic-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symbolic-common"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
license = "MIT"
55
authors = [
66
"Armin Ronacher <armin.ronacher@active-4.com>",

symbolic-debuginfo/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "symbolic-debuginfo"
3-
version = "12.13.1"
3+
version = "12.13.2"
44
license = "MIT"
55
authors = [
66
"Armin Ronacher <armin.ronacher@active-4.com>",
@@ -105,8 +105,8 @@ scroll = { workspace = true, optional = true }
105105
serde = { workspace = true }
106106
serde_json = { workspace = true, optional = true }
107107
smallvec = { workspace = true, optional = true }
108-
symbolic-common = { version = "12.13.1", path = "../symbolic-common" }
109-
symbolic-ppdb = { version = "12.13.1", path = "../symbolic-ppdb", optional = true }
108+
symbolic-common = { version = "12.13.2", path = "../symbolic-common" }
109+
symbolic-ppdb = { version = "12.13.2", path = "../symbolic-ppdb", optional = true }
110110
thiserror = { workspace = true }
111111
wasmparser = { workspace = true, optional = true }
112112
zip = { workspace = true, optional = true }

0 commit comments

Comments
 (0)