Skip to content

Commit

Permalink
release: 24.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Dec 15, 2024
1 parent 8b02a4e commit 42f4462
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 24.12.0

### Various fixes & improvements

- chore(deps): update Native SDK to v0.7.16 (#1566) by @github-actions

## 24.11.2

### Various fixes & improvements
Expand Down
26 changes: 13 additions & 13 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/process-event/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "process-event"
publish = false
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-crash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
description = "Native crash reporting for Symbolicator"
homepage = "https://getsentry.github.io/symbolicator/"
repository = "https://github.com/getsentry/symbolicator"
version = "24.11.2"
version = "24.12.0"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-js"
publish = false
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-native"
publish = false
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-proguard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-proguard"
publish = false
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-service"
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-sources/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-sources"
publish = false
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-stress/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-stress"
publish = false
version = "24.11.2"
version = "24.12.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-test"
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicator"
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symbolicli"
version = "24.11.2"
version = "24.12.0"
edition = "2021"
authors = ["Sentry <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symsorter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "symsorter"
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-split/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-split"
version = "24.11.2"
version = "24.12.0"
authors = ["Sentry <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 42f4462

Please sign in to comment.