Skip to content

Commit

Permalink
release: 25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 15, 2025
1 parent 5f36e23 commit 3a0d4fa
Show file tree
Hide file tree
Showing 38 changed files with 73 additions and 73 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
## 25.2.0

- Allow log ingestion behind a flag, only for internal use currently. ([#4471](https://github.com/getsentry/relay/pull/4471))

Expand Down
72 changes: 36 additions & 36 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 = "25.1.0"
version = "25.2.0"
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 = "25.1.0"
version = "25.2.0"
edition = "2021"
license-file = "../LICENSE.md"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-cardinality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Metrics Cardinality Limiter"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "25.1.0"
version = "25.2.0"
edition = "2021"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-cogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Break down the cost of Relay by its features"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "25.1.0"
version = "25.2.0"
edition = "2021"
license-file = "../LICENSE"
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 = "25.1.0"
version = "25.2.0"
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 = "25.1.0"
version = "25.2.0"
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 = "25.1.0"
version = "25.2.0"
edition = "2021"
build = "build.rs"
license-file = "../LICENSE.md"
Expand Down
Loading

0 comments on commit 3a0d4fa

Please sign in to comment.