Skip to content

Commit

Permalink
release: 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 15, 2022
1 parent 9ee668f commit 54e988b
Show file tree
Hide file tree
Showing 22 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 22.3.0

**Features**:

Expand Down
38 changes: 19 additions & 19 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 LICENSE
Expand Up @@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
error-reporting or application monitoring features of the
Licensed Work.

Change Date: 2025-02-15
Change Date: 2025-03-15

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion relay-auth/Cargo.toml
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 = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-common-actors/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Actors used by multiple services in Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-common/Cargo.toml
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 = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-config/Cargo.toml
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 = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-crash/Cargo.toml
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 = "22.2.0"
version = "22.3.0"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion relay-ffi-macros/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Macros for error handling in FFI bindings"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-ffi/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Utilities for error handling in FFI bindings"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-filter/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Inbound data filters for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-general/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "relay-general"
version = "22.2.0"
version = "22.3.0"
authors = ["Sentry <oss@sentry.io>"]
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
Expand Down
2 changes: 1 addition & 1 deletion relay-general/derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "relay-general-derive"
version = "22.2.0"
version = "22.3.0"
authors = ["Sentry <oss@sentry.io>"]
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
Expand Down
2 changes: 1 addition & 1 deletion relay-log/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Error reporting and logging for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-metrics/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Metrics protocol and processing"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-quotas/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Sentry quotas and rate limiting"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-redis/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Pooled Redis and Redis cluster abstraction for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-sampling/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Dynamic sampling functionality for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-server/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Endpoints and services for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion relay-statsd/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "High-level StatsD metric client for internal measurements"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay-test/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "Test utilities for Relay"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
license-file = "../LICENSE"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion relay/Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = ["Sentry <oss@sentry.io>"]
description = "The Relay binary, a proxy server for Sentry"
homepage = "https://getsentry.github.io/relay/"
repository = "https://github.com/getsentry/relay"
version = "22.2.0"
version = "22.3.0"
edition = "2018"
build = "build.rs"
license-file = "../LICENSE"
Expand Down

0 comments on commit 54e988b

Please sign in to comment.