Skip to content

Commit

Permalink
release: 24.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 18, 2024
1 parent 78ff1a2 commit 9738758
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 26 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 24.4.1

### Various fixes & improvements

- fix: Always trim source context lines (#1443) by @loewenheim
- fix(symbolicli): Add C# platform (#1442) by @loewenheim
- fix(proguard): Don't set `in_app` if frame wasn't mapped (#1440) by @loewenheim
- fix(proguard): Correctly compute source file name (#1441) by @loewenheim
- Do a `cargo update` (#1439) by @Swatinem
- ref(proguard): Increase in-memory cache size to 5GiB (#1438) by @loewenheim

## 24.4.0

### 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
@@ -1,7 +1,7 @@
[package]
name = "process-event"
publish = false
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-crash/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Native crash reporting for Symbolicator"
homepage = "https://getsentry.github.io/symbolicator/"
repository = "https://github.com/getsentry/symbolicator"
version = "24.4.0"
version = "24.4.1"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-js/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-js"
publish = false
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-native/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-native"
publish = false
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-proguard/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-proguard"
publish = false
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-service/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-service"
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-sources/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-sources"
publish = false
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-stress/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "symbolicator-stress"
publish = false
version = "24.4.0"
version = "24.4.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolicator-test"
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicator/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolicator"
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symbolicli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symbolicli"
version = "24.4.0"
version = "24.4.1"
edition = "2021"
authors = ["Sentry <hello@getsentry.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/symsorter/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "symsorter"
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-split/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "wasm-split"
version = "24.4.0"
version = "24.4.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 9738758

Please sign in to comment.