Skip to content

Commit

Permalink
release: 24.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 8, 2024
1 parent 52ee81d commit 702dc7d
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 24.1.2

- Add dependabot for github actions. ([#1362](https://github.com/getsentry/symbolicator/pull/1362))

Expand Down
24 changes: 12 additions & 12 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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
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.1"
version = "24.1.2"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 702dc7d

Please sign in to comment.