Skip to content

Commit

Permalink
release: 12.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 4, 2024
1 parent 1623dfc commit 3a33dba
Show file tree
Hide file tree
Showing 25 changed files with 76 additions and 76 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
## 12.11.0

- Add callback to `symbolic::debuginfo::sourcebundle::SourceBundleWriter` which handles files skipped while writing to the source bundle. ([#864](https://github.com/getsentry/symbolic/pull/864))

Expand Down
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/addr2line/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "addr2line"
version = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -10,4 +10,4 @@ publish = false
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = ["demangle"] }
symbolic = { version = "12.11.0", path = "../../symbolic", features = ["demangle"] }
4 changes: 2 additions & 2 deletions examples/debuginfo_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "debuginfo_debug"
version = "12.10.1"
version = "12.11.0"
authors = ["Markus Stange <mstange.moz@gmail.com>"]
edition = "2021"
publish = false
Expand All @@ -10,6 +10,6 @@ publish = false
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = [
symbolic = { version = "12.11.0", path = "../../symbolic", features = [
"demangle",
] }
4 changes: 2 additions & 2 deletions examples/dump_cfi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dump_cfi"
version = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -10,4 +10,4 @@ publish = false
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = ["cfi"] }
symbolic = { version = "12.11.0", path = "../../symbolic", features = ["cfi"] }
4 changes: 2 additions & 2 deletions examples/dump_sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dump_sources"
version = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -9,4 +9,4 @@ publish = false

[dependencies]
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic" }
symbolic = { version = "12.11.0", path = "../../symbolic" }
4 changes: 2 additions & 2 deletions examples/minidump_stackwalk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minidump_stackwalk"
version = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -13,7 +13,7 @@ clap = { workspace = true }
minidump = { workspace = true }
minidump-processor = { workspace = true }
minidump-unwind = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = [
symbolic = { version = "12.11.0", path = "../../symbolic", features = [
"symcache",
"demangle",
"cfi",
Expand Down
4 changes: 2 additions & 2 deletions examples/object_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "object_debug"
version = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -9,4 +9,4 @@ publish = false

[dependencies]
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic" }
symbolic = { version = "12.11.0", path = "../../symbolic" }
4 changes: 2 additions & 2 deletions examples/sourcemapcache_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "sourcemapcache_debug"
version = "12.10.1"
version = "12.11.0"
authors = ["Sentry <hello@sentry.io>"]
edition = "2021"
publish = false

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = [
symbolic = { version = "12.11.0", path = "../../symbolic", features = [
"sourcemapcache",
] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
4 changes: 2 additions & 2 deletions examples/symcache_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symcache_debug"
version = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -10,7 +10,7 @@ publish = false
[dependencies]
anyhow = { workspace = true }
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = [
symbolic = { version = "12.11.0", path = "../../symbolic", features = [
"symcache",
"demangle",
"il2cpp",
Expand Down
4 changes: 2 additions & 2 deletions 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 = "12.10.1"
version = "12.11.0"
authors = ["Jan Michael Auer <mail@jauer.org>"]
edition = "2021"
publish = false
Expand All @@ -9,6 +9,6 @@ publish = false

[dependencies]
clap = { workspace = true }
symbolic = { version = "12.10.1", path = "../../symbolic", features = [
symbolic = { version = "12.11.0", path = "../../symbolic", features = [
"unreal",
] }
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 = "12.10.1"
version = "12.11.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand All @@ -22,7 +22,7 @@ crate-type = ["cdylib"]
[dependencies]
proguard = { workspace = true, features = ["uuid"] }
sourcemap = { workspace = true }
symbolic = { version = "12.10.1", path = "../symbolic", features = [
symbolic = { version = "12.11.0", path = "../symbolic", features = [
"cfi",
"debuginfo",
"sourcemapcache",
Expand Down
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 = "12.10.1"
version = "12.11.0"
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 = "12.10.1", path = "../symbolic-common" }
symbolic-debuginfo = { version = "12.10.1", path = "../symbolic-debuginfo" }
symbolic-common = { version = "12.11.0", path = "../symbolic-common" }
symbolic-debuginfo = { version = "12.11.0", path = "../symbolic-debuginfo" }
thiserror = { workspace = true }

[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 = "12.10.1"
version = "12.11.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down
6 changes: 3 additions & 3 deletions symbolic-debuginfo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-debuginfo"
version = "12.10.1"
version = "12.11.0"
license = "MIT"
authors = [
"Armin Ronacher <armin.ronacher@active-4.com>",
Expand Down Expand Up @@ -106,8 +106,8 @@ scroll = { workspace = true, optional = true }
serde = { workspace = true }
serde_json = { workspace = true, optional = true }
smallvec = { workspace = true, optional = true }
symbolic-common = { version = "12.10.1", path = "../symbolic-common" }
symbolic-ppdb = { version = "12.10.1", path = "../symbolic-ppdb", optional = true }
symbolic-common = { version = "12.11.0", path = "../symbolic-common" }
symbolic-ppdb = { version = "12.11.0", path = "../symbolic-ppdb", optional = true }
thiserror = { workspace = true }
wasmparser = { workspace = true, optional = true }
zip = { workspace = true, optional = true }
Expand Down
Loading

0 comments on commit 3a33dba

Please sign in to comment.