From dd5bbcc27d639e8fd07091506e736ec3ffc49a86 Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 15 Jul 2024 17:00:37 +0000 Subject: [PATCH] release: 24.7.0 --- CHANGELOG.md | 2 +- Cargo.lock | 70 ++++++++++++++-------------- relay-auth/Cargo.toml | 2 +- relay-base-schema/Cargo.toml | 2 +- relay-cardinality/Cargo.toml | 2 +- relay-cogs/Cargo.toml | 2 +- relay-common/Cargo.toml | 2 +- relay-config/Cargo.toml | 2 +- relay-crash/Cargo.toml | 2 +- relay-dashboard/Cargo.toml | 2 +- relay-dynamic-config/Cargo.toml | 2 +- relay-event-derive/Cargo.toml | 2 +- relay-event-normalization/Cargo.toml | 2 +- relay-event-schema/Cargo.toml | 2 +- relay-ffi-macros/Cargo.toml | 2 +- relay-ffi/Cargo.toml | 2 +- relay-filter/Cargo.toml | 2 +- relay-jsonschema-derive/Cargo.toml | 2 +- relay-kafka/Cargo.toml | 2 +- relay-log/Cargo.toml | 2 +- relay-metrics/Cargo.toml | 2 +- relay-monitors/Cargo.toml | 2 +- relay-pii/Cargo.toml | 2 +- relay-profiling/Cargo.toml | 2 +- relay-protocol-derive/Cargo.toml | 2 +- relay-protocol/Cargo.toml | 2 +- relay-quotas/Cargo.toml | 2 +- relay-redis/Cargo.toml | 2 +- relay-replays/Cargo.toml | 2 +- relay-sampling/Cargo.toml | 2 +- relay-server/Cargo.toml | 2 +- relay-spans/Cargo.toml | 2 +- relay-statsd/Cargo.toml | 2 +- relay-system/Cargo.toml | 2 +- relay-test/Cargo.toml | 2 +- relay-ua/Cargo.toml | 2 +- relay/Cargo.toml | 2 +- 37 files changed, 71 insertions(+), 71 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e4371dd23..43b00cf869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 24.7.0 **Bug Fixes**: diff --git a/Cargo.lock b/Cargo.lock index e850255cf7..4791c0bda5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3536,7 +3536,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "relay" -version = "24.6.0" +version = "24.7.0" dependencies = [ "anyhow", "clap", @@ -3555,7 +3555,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.6.0" +version = "24.7.0" dependencies = [ "chrono", "data-encoding", @@ -3572,7 +3572,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.6.0" +version = "24.7.0" dependencies = [ "regex", "relay-common", @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.6.0" +version = "24.7.0" dependencies = [ "criterion", "hash32", @@ -3630,11 +3630,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.6.0" +version = "24.7.0" [[package]] name = "relay-common" -version = "24.6.0" +version = "24.7.0" dependencies = [ "chrono", "globset", @@ -3649,7 +3649,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.6.0" +version = "24.7.0" dependencies = [ "anyhow", "human-size", @@ -3671,7 +3671,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.6.0" +version = "24.7.0" dependencies = [ "bindgen", "cmake", @@ -3679,7 +3679,7 @@ dependencies = [ [[package]] name = "relay-dashboard" -version = "24.6.0" +version = "24.7.0" dependencies = [ "ansi-to-html", "futures", @@ -3695,7 +3695,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.6.0" +version = "24.7.0" dependencies = [ "anyhow", "relay-auth", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.6.0" +version = "24.7.0" dependencies = [ "proc-macro2", "quote", @@ -3726,7 +3726,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.6.0" +version = "24.7.0" dependencies = [ "bytecount", "chrono", @@ -3759,7 +3759,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.6.0" +version = "24.7.0" dependencies = [ "bytecount", "chrono", @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.6.0" +version = "24.7.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3792,7 +3792,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.6.0" +version = "24.7.0" dependencies = [ "quote", "syn 1.0.109", @@ -3800,7 +3800,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.6.0" +version = "24.7.0" dependencies = [ "indexmap 2.2.5", "insta", @@ -3818,7 +3818,7 @@ dependencies = [ [[package]] name = "relay-jsonschema-derive" -version = "24.6.0" +version = "24.7.0" dependencies = [ "proc-macro2", "quote", @@ -3828,7 +3828,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.6.0" +version = "24.7.0" dependencies = [ "rdkafka", "rdkafka-sys", @@ -3844,7 +3844,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.6.0" +version = "24.7.0" dependencies = [ "console", "once_cell", @@ -3860,7 +3860,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.6.0" +version = "24.7.0" dependencies = [ "bytecount", "chrono", @@ -3891,7 +3891,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.6.0" +version = "24.7.0" dependencies = [ "relay-base-schema", "serde", @@ -3903,7 +3903,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.6.0" +version = "24.7.0" dependencies = [ "hmac", "insta", @@ -3929,7 +3929,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.6.0" +version = "24.7.0" dependencies = [ "android_trace_log", "chrono", @@ -3949,7 +3949,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.6.0" +version = "24.7.0" dependencies = [ "insta", "num-traits", @@ -3966,7 +3966,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.6.0" +version = "24.7.0" dependencies = [ "proc-macro2", "quote", @@ -3976,7 +3976,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.6.0" +version = "24.7.0" dependencies = [ "hashbrown 0.14.3", "insta", @@ -3994,7 +3994,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.6.0" +version = "24.7.0" dependencies = [ "r2d2", "redis", @@ -4005,7 +4005,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.6.0" +version = "24.7.0" dependencies = [ "criterion", "flate2", @@ -4022,7 +4022,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.6.0" +version = "24.7.0" dependencies = [ "anyhow", "chrono", @@ -4041,7 +4041,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.6.0" +version = "24.7.0" dependencies = [ "anyhow", "axum", @@ -4119,7 +4119,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.6.0" +version = "24.7.0" dependencies = [ "chrono", "hex", @@ -4133,7 +4133,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.6.0" +version = "24.7.0" dependencies = [ "cadence", "crossbeam-channel", @@ -4145,7 +4145,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.6.0" +version = "24.7.0" dependencies = [ "futures", "once_cell", @@ -4156,7 +4156,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.6.0" +version = "24.7.0" dependencies = [ "relay-log", "relay-system", @@ -4165,7 +4165,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.6.0" +version = "24.7.0" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index e347322c2f..1ed9a3422c 100644 --- a/relay-auth/Cargo.toml +++ b/relay-auth/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Authentication and crypto for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index de084c6b53..b5a78868ef 100644 --- a/relay-base-schema/Cargo.toml +++ b/relay-base-schema/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] 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 = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index 0679800347..68683206b7 100644 --- a/relay-cardinality/Cargo.toml +++ b/relay-cardinality/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics Cardinality Limiter" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index a83583a77e..1554af2f7e 100644 --- a/relay-cogs/Cargo.toml +++ b/relay-cogs/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Break down the cost of Relay by its features" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index fad7c511ca..2d9e3f7fb9 100644 --- a/relay-common/Cargo.toml +++ b/relay-common/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Common utilities and crate re-exports for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 95657a7c04..cea2249403 100644 --- a/relay-config/Cargo.toml +++ b/relay-config/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Configuration for the Relay CLI and server" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index d469fe44d1..a6443ab98c 100644 --- a/relay-crash/Cargo.toml +++ b/relay-crash/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Native crash reporting for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dashboard/Cargo.toml b/relay-dashboard/Cargo.toml index 8a2776e4ee..4eff987ba6 100644 --- a/relay-dashboard/Cargo.toml +++ b/relay-dashboard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-dashboard" -version = "24.6.0" +version = "24.7.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index 6d845692a3..2e3b72c4a3 100644 --- a/relay-dynamic-config/Cargo.toml +++ b/relay-dynamic-config/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Dynamic configuration passed down from sentry" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index 883ed501d8..45a38e1671 100644 --- a/relay-event-derive/Cargo.toml +++ b/relay-event-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derive for visitor traits on the Event schema" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index 803078901a..798d6480db 100644 --- a/relay-event-normalization/Cargo.toml +++ b/relay-event-normalization/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event normalization and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index dd2b7d0c93..0ee176d096 100644 --- a/relay-event-schema/Cargo.toml +++ b/relay-event-schema/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event schema (Error, Transaction, Security) and types for event processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 04e3fbb709..a81635f721 100644 --- a/relay-ffi-macros/Cargo.toml +++ b/relay-ffi-macros/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Macros for error handling in FFI bindings" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index 7682629d4f..d200436965 100644 --- a/relay-ffi/Cargo.toml +++ b/relay-ffi/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Utilities for error handling in FFI bindings" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index c95475b723..c04e23f789 100644 --- a/relay-filter/Cargo.toml +++ b/relay-filter/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Inbound data filters for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-jsonschema-derive/Cargo.toml b/relay-jsonschema-derive/Cargo.toml index d434a89210..be5748d848 100644 --- a/relay-jsonschema-derive/Cargo.toml +++ b/relay-jsonschema-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derive for JSON schema on Relay protocol types" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index 50d8969ad4..8998a02c31 100644 --- a/relay-kafka/Cargo.toml +++ b/relay-kafka/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Kafka related functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index 4079aaa7ff..16d112de1e 100644 --- a/relay-log/Cargo.toml +++ b/relay-log/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Error reporting and logging for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index 122521cf58..016f969deb 100644 --- a/relay-metrics/Cargo.toml +++ b/relay-metrics/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Metrics protocol and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index d59f263e3f..e9af8d2ad5 100644 --- a/relay-monitors/Cargo.toml +++ b/relay-monitors/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Monitors processing for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index 23679c4874..587c917c63 100644 --- a/relay-pii/Cargo.toml +++ b/relay-pii/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Scrubbing of personally identifiable information (PII) from events" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 3501353239..54a26e291d 100644 --- a/relay-profiling/Cargo.toml +++ b/relay-profiling/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Profiling processing for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index e0248b3d55..00ba5b3e3e 100644 --- a/relay-protocol-derive/Cargo.toml +++ b/relay-protocol-derive/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Derives for Relay's protocol traits" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index 81b335a15e..9bd69078c9 100644 --- a/relay-protocol/Cargo.toml +++ b/relay-protocol/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Types and traits for building JSON-based protocols and schemas" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 42bcca3dd6..7b25181f2a 100644 --- a/relay-quotas/Cargo.toml +++ b/relay-quotas/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Sentry quotas and rate limiting" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index b9ea979f50..4ca896f7ac 100644 --- a/relay-redis/Cargo.toml +++ b/relay-redis/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Pooled Redis and Redis cluster abstraction for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 89078d2e1c..4e0158ac70 100644 --- a/relay-replays/Cargo.toml +++ b/relay-replays/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Session replay functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index fb40be3cce..0bf977738d 100644 --- a/relay-sampling/Cargo.toml +++ b/relay-sampling/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Dynamic sampling functionality for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index e0d222b0c5..85a62f188c 100644 --- a/relay-server/Cargo.toml +++ b/relay-server/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Endpoints and services for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index 1cb885c347..25e441b2ce 100644 --- a/relay-spans/Cargo.toml +++ b/relay-spans/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Event normalization and processing" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index 532f699c8a..bb944373a8 100644 --- a/relay-statsd/Cargo.toml +++ b/relay-statsd/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "High-level StatsD metric client for internal measurements" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index c06ec47563..d0024e8de1 100644 --- a/relay-system/Cargo.toml +++ b/relay-system/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Foundational system components for Relay's services" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index 1808ad8ec4..60dfe65a6b 100644 --- a/relay-test/Cargo.toml +++ b/relay-test/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "Test utilities for Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index 60d6782f33..3ddfa55bfc 100644 --- a/relay-ua/Cargo.toml +++ b/relay-ua/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "User agent parser with built-in rules" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index e8b068d2b6..d228da44b6 100644 --- a/relay/Cargo.toml +++ b/relay/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "The Relay binary, a proxy server for Sentry" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.6.0" +version = "24.7.0" edition = "2021" license-file = "../LICENSE.md" publish = false