Skip to content

Commit

Permalink
release: 24.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 16, 2024
1 parent d822c69 commit 3f49639
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 26 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog

## 24.2.0

### Various fixes & improvements

- Do a `cargo update` (#1377) by @Swatinem
- Increase percentage of sampled transactions (#1376) by @Swatinem
- feat(proguard): Add types for JVM requests (#1373) by @loewenheim
- Make stresstest observability configurable (#1375) by @Swatinem
- chore(ci): Revert upload-artifact version (#1374) by @azaslavsky
- doc(sources): Document rationale for Sentry list_file behavior (#1372) by @loewenheim
- Add a basic `proguard` workspace crate (#1371) by @Swatinem
- build(deps): bump google-github-actions/auth from 1 to 2 (#1365) by @dependabot
- build(deps): bump actions/setup-python from 4 to 5 (#1364) by @dependabot
- build(deps): bump actions/checkout from 3 to 4 (#1368) by @dependabot
- build(deps): bump codecov/codecov-action from 3 to 4 (#1367) by @dependabot
- build(deps): bump actions/upload-artifact from 3.1.1 to 4.3.1 (#1366) by @dependabot

## 24.1.2

- Add dependabot for github actions. ([#1362](https://github.com/getsentry/symbolicator/pull/1362))
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
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.1.2"
version = "24.2.0"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 3f49639

Please sign in to comment.