diff --git a/CHANGELOG.md b/CHANGELOG.md index 166447a778..3d94a89837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 25.1.0 **Internal** diff --git a/Cargo.lock b/Cargo.lock index f7ce763104..0a57392ba0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3377,7 +3377,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "relay" -version = "24.12.2" +version = "25.1.0" dependencies = [ "anyhow", "clap", @@ -3396,7 +3396,7 @@ dependencies = [ [[package]] name = "relay-auth" -version = "24.12.2" +version = "25.1.0" dependencies = [ "chrono", "data-encoding", @@ -3413,7 +3413,7 @@ dependencies = [ [[package]] name = "relay-base-schema" -version = "24.12.2" +version = "25.1.0" dependencies = [ "regex", "relay-common", @@ -3452,7 +3452,7 @@ dependencies = [ [[package]] name = "relay-cardinality" -version = "24.12.2" +version = "25.1.0" dependencies = [ "criterion", "hash32", @@ -3471,11 +3471,11 @@ dependencies = [ [[package]] name = "relay-cogs" -version = "24.12.2" +version = "25.1.0" [[package]] name = "relay-common" -version = "24.12.2" +version = "25.1.0" dependencies = [ "chrono", "criterion", @@ -3489,7 +3489,7 @@ dependencies = [ [[package]] name = "relay-config" -version = "24.12.2" +version = "25.1.0" dependencies = [ "anyhow", "human-size", @@ -3511,7 +3511,7 @@ dependencies = [ [[package]] name = "relay-crash" -version = "24.12.2" +version = "25.1.0" dependencies = [ "bindgen", "cmake", @@ -3519,7 +3519,7 @@ dependencies = [ [[package]] name = "relay-dynamic-config" -version = "24.12.2" +version = "25.1.0" dependencies = [ "anyhow", "relay-auth", @@ -3542,7 +3542,7 @@ dependencies = [ [[package]] name = "relay-event-derive" -version = "24.12.2" +version = "25.1.0" dependencies = [ "proc-macro2", "quote", @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "relay-event-normalization" -version = "24.12.2" +version = "25.1.0" dependencies = [ "bytecount", "chrono", @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "relay-event-schema" -version = "24.12.2" +version = "25.1.0" dependencies = [ "bytecount", "chrono", @@ -3609,7 +3609,7 @@ dependencies = [ [[package]] name = "relay-ffi" -version = "24.12.2" +version = "25.1.0" dependencies = [ "anyhow", "relay-ffi-macros", @@ -3617,7 +3617,7 @@ dependencies = [ [[package]] name = "relay-ffi-macros" -version = "24.12.2" +version = "25.1.0" dependencies = [ "quote", "syn", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "relay-filter" -version = "24.12.2" +version = "25.1.0" dependencies = [ "indexmap 2.7.0", "insta", @@ -3644,7 +3644,7 @@ dependencies = [ [[package]] name = "relay-kafka" -version = "24.12.2" +version = "25.1.0" dependencies = [ "rdkafka", "rdkafka-sys", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "relay-log" -version = "24.12.2" +version = "25.1.0" dependencies = [ "console", "relay-common", @@ -3674,7 +3674,7 @@ dependencies = [ [[package]] name = "relay-metrics" -version = "24.12.2" +version = "25.1.0" dependencies = [ "ahash", "bytecount", @@ -3707,7 +3707,7 @@ dependencies = [ [[package]] name = "relay-monitors" -version = "24.12.2" +version = "25.1.0" dependencies = [ "relay-base-schema", "serde", @@ -3719,7 +3719,7 @@ dependencies = [ [[package]] name = "relay-pattern" -version = "24.12.2" +version = "25.1.0" dependencies = [ "criterion", "memchr", @@ -3729,7 +3729,7 @@ dependencies = [ [[package]] name = "relay-pattern-fuzz" -version = "24.12.2" +version = "25.1.0" dependencies = [ "libfuzzer-sys", "relay-pattern", @@ -3737,7 +3737,7 @@ dependencies = [ [[package]] name = "relay-pii" -version = "24.12.2" +version = "25.1.0" dependencies = [ "hmac", "insta", @@ -3764,7 +3764,7 @@ dependencies = [ [[package]] name = "relay-profiling" -version = "24.12.2" +version = "25.1.0" dependencies = [ "android_trace_log", "chrono", @@ -3788,7 +3788,7 @@ dependencies = [ [[package]] name = "relay-protocol" -version = "24.12.2" +version = "25.1.0" dependencies = [ "insta", "num-traits", @@ -3805,7 +3805,7 @@ dependencies = [ [[package]] name = "relay-protocol-derive" -version = "24.12.2" +version = "25.1.0" dependencies = [ "proc-macro2", "quote", @@ -3815,7 +3815,7 @@ dependencies = [ [[package]] name = "relay-quotas" -version = "24.12.2" +version = "25.1.0" dependencies = [ "hashbrown 0.14.5", "insta", @@ -3833,7 +3833,7 @@ dependencies = [ [[package]] name = "relay-redis" -version = "24.12.2" +version = "25.1.0" dependencies = [ "r2d2", "redis", @@ -3845,7 +3845,7 @@ dependencies = [ [[package]] name = "relay-replays" -version = "24.12.2" +version = "25.1.0" dependencies = [ "criterion", "flate2", @@ -3862,7 +3862,7 @@ dependencies = [ [[package]] name = "relay-sampling" -version = "24.12.2" +version = "25.1.0" dependencies = [ "anyhow", "chrono", @@ -3881,7 +3881,7 @@ dependencies = [ [[package]] name = "relay-server" -version = "24.12.2" +version = "25.1.0" dependencies = [ "ahash", "anyhow", @@ -3971,7 +3971,7 @@ dependencies = [ [[package]] name = "relay-spans" -version = "24.12.2" +version = "25.1.0" dependencies = [ "chrono", "hex", @@ -3985,7 +3985,7 @@ dependencies = [ [[package]] name = "relay-statsd" -version = "24.12.2" +version = "25.1.0" dependencies = [ "cadence", "crossbeam-channel", @@ -3997,7 +3997,7 @@ dependencies = [ [[package]] name = "relay-system" -version = "24.12.2" +version = "25.1.0" dependencies = [ "futures", "insta", @@ -4010,7 +4010,7 @@ dependencies = [ [[package]] name = "relay-test" -version = "24.12.2" +version = "25.1.0" dependencies = [ "relay-log", "relay-system", @@ -4019,7 +4019,7 @@ dependencies = [ [[package]] name = "relay-ua" -version = "24.12.2" +version = "25.1.0" dependencies = [ "once_cell", "uaparser", diff --git a/relay-auth/Cargo.toml b/relay-auth/Cargo.toml index 31df9dd194..9b236580cf 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-base-schema/Cargo.toml b/relay-base-schema/Cargo.toml index 230dde57a2..9d2f9065bb 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-cardinality/Cargo.toml b/relay-cardinality/Cargo.toml index 7dc413b481..0aaa244a02 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-cogs/Cargo.toml b/relay-cogs/Cargo.toml index 90c0e33e80..1fe94311b8 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-common/Cargo.toml b/relay-common/Cargo.toml index 555030d1dc..b89a7c917d 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-config/Cargo.toml b/relay-config/Cargo.toml index 0a7ce97a96..311da7b1f4 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-crash/Cargo.toml b/relay-crash/Cargo.toml index 641e459332..0099f5e5f7 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.12.2" +version = "25.1.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-dynamic-config/Cargo.toml b/relay-dynamic-config/Cargo.toml index ed953343a4..1a176d2a52 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-derive/Cargo.toml b/relay-event-derive/Cargo.toml index fdc6ee919c..a6df0785e9 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-normalization/Cargo.toml b/relay-event-normalization/Cargo.toml index dc7df3c908..c082583e87 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-event-schema/Cargo.toml b/relay-event-schema/Cargo.toml index 6f7cd820fa..5ca7d66aaa 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi-macros/Cargo.toml b/relay-ffi-macros/Cargo.toml index 3ee3a34fef..001ebad083 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ffi/Cargo.toml b/relay-ffi/Cargo.toml index aadd10cc39..f4ed9e7092 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-filter/Cargo.toml b/relay-filter/Cargo.toml index 19455d16ef..76bd1617cd 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-kafka/Cargo.toml b/relay-kafka/Cargo.toml index ca8766b96f..dfa01a43b7 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-log/Cargo.toml b/relay-log/Cargo.toml index e58c4abe9e..8ed74d15b2 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-metrics/Cargo.toml b/relay-metrics/Cargo.toml index cd2fde7384..61c932e566 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-monitors/Cargo.toml b/relay-monitors/Cargo.toml index b3cc8ceb5e..4f8647e610 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/Cargo.toml b/relay-pattern/Cargo.toml index 725d8e1019..6706f0934e 100644 --- a/relay-pattern/Cargo.toml +++ b/relay-pattern/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Sentry "] description = "A glob like pattern used throughout Relay" homepage = "https://getsentry.github.io/relay/" repository = "https://github.com/getsentry/relay" -version = "24.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-pattern/fuzz/Cargo.toml b/relay-pattern/fuzz/Cargo.toml index 8071deb120..15a0ba3d9a 100644 --- a/relay-pattern/fuzz/Cargo.toml +++ b/relay-pattern/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay-pattern-fuzz" -version = "24.12.2" +version = "25.1.0" publish = false edition = "2021" diff --git a/relay-pii/Cargo.toml b/relay-pii/Cargo.toml index bba62f3fba..5971c3b53e 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-profiling/Cargo.toml b/relay-profiling/Cargo.toml index 77ee1a0630..c7f9551283 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol-derive/Cargo.toml b/relay-protocol-derive/Cargo.toml index 3dcbe0cd01..783e2b5643 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-protocol/Cargo.toml b/relay-protocol/Cargo.toml index c14f8c5d4a..0cb6aecbc2 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-quotas/Cargo.toml b/relay-quotas/Cargo.toml index 44a76d2f91..3f06dcc07c 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-redis/Cargo.toml b/relay-redis/Cargo.toml index 85a0fa4a00..a05c6bd24b 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-replays/Cargo.toml b/relay-replays/Cargo.toml index 3ecf715c2e..23b628bb7c 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-sampling/Cargo.toml b/relay-sampling/Cargo.toml index 2d3e0c9dab..3a6f493495 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-server/Cargo.toml b/relay-server/Cargo.toml index daff9885c7..2a13885793 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.12.2" +version = "25.1.0" edition = "2021" build = "build.rs" license-file = "../LICENSE.md" diff --git a/relay-spans/Cargo.toml b/relay-spans/Cargo.toml index 9a360527a6..d40a917aa5 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE" publish = false diff --git a/relay-statsd/Cargo.toml b/relay-statsd/Cargo.toml index a99f527e16..06a455f15a 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-system/Cargo.toml b/relay-system/Cargo.toml index 587990edc1..b43b2f1c41 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-test/Cargo.toml b/relay-test/Cargo.toml index b9835ed397..2c5edfb884 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay-ua/Cargo.toml b/relay-ua/Cargo.toml index 0c73fca4cf..e7455b62fe 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false diff --git a/relay/Cargo.toml b/relay/Cargo.toml index 4fb1c52aef..0e20c4778c 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.12.2" +version = "25.1.0" edition = "2021" license-file = "../LICENSE.md" publish = false