Skip to content

Commit

Permalink
release: 12.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jun 4, 2024
1 parent 9fec9ed commit 34c118b
Show file tree
Hide file tree
Showing 26 changed files with 55 additions and 55 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.9.0

**Features**

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.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ similar-asserts = "1.4.2"
smallvec = "1.10.0"
sourcemap = "8.0.1"
stable_deref_trait = "1.2.0"
symbolic = { version = "12.8.0", path = "symbolic" }
symbolic-cfi = { version = "12.8.0", path = "symbolic-cfi" }
symbolic-common = { version = "12.8.0", path = "symbolic-common" }
symbolic-debuginfo = { version = "12.8.0", path = "symbolic-debuginfo" }
symbolic-demangle = { version = "12.8.0", path = "symbolic-demangle" }
symbolic-il2cpp = { version = "12.8.0", path = "symbolic-il2cpp" }
symbolic-ppdb = { version = "12.8.0", path = "symbolic-ppdb" }
symbolic-sourcemapcache = { version = "12.8.0", path = "symbolic-sourcemapcache" }
symbolic-symcache = { version = "12.8.0", path = "symbolic-symcache" }
symbolic = { version = "12.9.0", path = "symbolic" }
symbolic-cfi = { version = "12.9.0", path = "symbolic-cfi" }
symbolic-common = { version = "12.9.0", path = "symbolic-common" }
symbolic-debuginfo = { version = "12.9.0", path = "symbolic-debuginfo" }
symbolic-demangle = { version = "12.9.0", path = "symbolic-demangle" }
symbolic-il2cpp = { version = "12.9.0", path = "symbolic-il2cpp" }
symbolic-ppdb = { version = "12.9.0", path = "symbolic-ppdb" }
symbolic-sourcemapcache = { version = "12.9.0", path = "symbolic-sourcemapcache" }
symbolic-symcache = { version = "12.9.0", path = "symbolic-symcache" }
symbolic-testutils = { path = "symbolic-testutils" }
symbolic-unreal = { version = "12.8.0", path = "symbolic-unreal" }
symbolic-unreal = { version = "12.9.0", path = "symbolic-unreal" }
tempfile = "3.4.0"
thiserror = "1.0.39"
time = { version = "0.3.20", features = ["formatting"] }
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion 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.8.0"
version = "12.9.0"
authors = ["Markus Stange <[email protected]>"]
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/sourcemapcache_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcemapcache_debug"
version = "12.8.0"
version = "12.9.0"
authors = ["Sentry <[email protected]>"]
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
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 = "12.8.0"
version = "12.9.0"
authors = ["Jan Michael Auer <[email protected]>"]
edition = "2021"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion symbolic-cabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-cabi"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion symbolic-cfi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-cfi"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
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.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion symbolic-debuginfo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-debuginfo"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
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 = "12.8.0"
version = "12.9.0"
authors = ["Automatically generated"]
publish = false
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion symbolic-demangle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-demangle"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion symbolic-il2cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-il2cpp"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = ["Sentry <[email protected]>"]
documentation = "https://docs.rs/symbolic-il2cpp"
Expand Down
2 changes: 1 addition & 1 deletion symbolic-ppdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-ppdb"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Sebastian Zivota <[email protected]>",
Expand Down
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 = "12.8.0"
version = "12.9.0"
authors = ["Automatically generated"]
publish = false
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion symbolic-sourcemapcache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-sourcemapcache"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = ["Sentry <[email protected]>"]
documentation = "https://docs.rs/symbolic-sourcemapcache"
Expand Down
2 changes: 1 addition & 1 deletion symbolic-symcache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolic-symcache"
version = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
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 = "12.8.0"
version = "12.9.0"
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 = "12.8.0"
version = "12.9.0"
license = "MIT"
authors = [
"Armin Ronacher <[email protected]>",
Expand Down
Loading

0 comments on commit 34c118b

Please sign in to comment.