Skip to content

Commit

Permalink
release: 23.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 27, 2023
1 parent b5a2c23 commit 28fdabe
Show file tree
Hide file tree
Showing 35 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 23.11.2

- `normalize_performance_score` now handles `PerformanceScoreProfile` configs with zero weight components and component weight sums of any number greater than 0. ([#2756](https://github.com/getsentry/relay/pull/2756))

Expand Down
66 changes: 33 additions & 33 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 relay-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Authentication and crypto for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-aws-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "AWS extension implementation for Sentry's AWS Lambda layer"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-base-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Basic types for Relay's API schema used across multiple services"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Common utilities and crate re-exports for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Configuration for the Relay CLI and server"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-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 Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
build = "build.rs"
license-file = "../LICENSE.md"
Expand Down
2 changes: 1 addition & 1 deletion relay-dashboard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "relay-dashboard"
version = "23.11.1"
version = "23.11.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion relay-dynamic-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Dynamic configuration passed down from sentry"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-event-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Derive for visitor traits on the Event schema"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-event-normalization/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Event normalization and processing"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "23.11.1"
version = "23.11.2"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
Loading

0 comments on commit 28fdabe

Please sign in to comment.