Skip to content

Commit cc63c7c

Browse files
authored
Merge release/20.11.1 into master
2 parents b5ad8a3 + de8b6e0 commit cc63c7c

File tree

15 files changed

+29
-25
lines changed

15 files changed

+29
-25
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 20.11.1
4+
5+
- No documented changes.
6+
37
## 20.11.0
48

59
**Features**:

Cargo.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
1616
error-reporting or application monitoring features of the
1717
Licensed Work.
1818

19-
Change Date: 2023-11-15
19+
Change Date: 2023-11-17
2020

2121
Change License: Apache License, Version 2.0
2222

relay-auth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Authentication and crypto for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Common utilities and crate re-exports for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Configuration for the Relay CLI and server"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-ffi-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Macros for error handling in FFI bindings"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Utilities for error handling in FFI bindings"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-filter/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Inbound data filters for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-general/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-general"
3-
version = "20.11.0"
3+
version = "20.11.1"
44
authors = ["Sentry <[email protected]>"]
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"

relay-general/derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay-general-derive"
3-
version = "20.11.0"
3+
version = "20.11.1"
44
authors = ["Sentry <[email protected]>"]
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"

relay-quotas/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Sentry quotas and rate limiting"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Pooled Redis and Redis cluster abstraction for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
license-file = "../LICENSE"
1010
publish = false

relay-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "Endpoints and services for Relay"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
build = "build.rs"
1010
license-file = "../LICENSE"

relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["Sentry <[email protected]>"]
44
description = "The Relay binary, a proxy server for Sentry"
55
homepage = "https://getsentry.github.io/relay/"
66
repository = "https://github.com/getsentry/relay"
7-
version = "20.11.0"
7+
version = "20.11.1"
88
edition = "2018"
99
build = "build.rs"
1010
license-file = "../LICENSE"

0 commit comments

Comments
 (0)