Skip to content

Commit

Permalink
Merge branch 'release/23.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 18, 2023
2 parents 9c3bb33 + d5350aa commit c6ac940
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 23.7.1

### Various fixes & improvements

- Add a new `BundleIndex` for SourceMap processing (#1251) by @Swatinem

## 23.7.0

- Add authentication to Source Context fetching via scraping config ([#1250](https://github.com/getsentry/symbolicator/pull/1250))
Expand Down
20 changes: 10 additions & 10 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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
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 <oss@sentry.io>"]
description = "Native crash reporting for Symbolicator"
homepage = "https://getsentry.github.io/symbolicator/"
repository = "https://github.com/getsentry/symbolicator"
version = "23.7.0"
version = "23.7.1"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
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 = "23.7.0"
version = "23.7.1"
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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
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 = "23.7.0"
version = "23.7.1"
edition = "2021"
authors = ["Sentry <hello@getsentry.com>"]
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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
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 = "23.7.0"
version = "23.7.1"
authors = ["Sentry <hello@getsentry.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit c6ac940

Please sign in to comment.