Skip to content

Commit 5f5fbe8

Browse files
chore: release v0.14.7
1 parent 16f1b9a commit 5f5fbe8

19 files changed

Lines changed: 101 additions & 23 deletions

File tree

grpc-google/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ allowed_external_types = ["grpc::*"]
1515
[dependencies]
1616
google-cloud-auth = { version = "1.9", default-features = false }
1717
grpc = { path = "../grpc", default-features = false }
18-
tonic = { version = "0.14.6", path = "../tonic", default-features = false }
18+
tonic = { version = "0.14.7", path = "../tonic", default-features = false }
1919
trait-variant = "0.1"
2020

2121
[dev-dependencies]

grpc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ socket2 = { version = "0.6", optional = true }
8484
tokio = { version = "1.37.0", features = ["sync", "macros"] }
8585
tokio-rustls = { version = "0.26", optional = true, default-features = false }
8686
tokio-stream = { version = "0.1.17", default-features = false }
87-
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = [
87+
tonic = { version = "0.14.7", path = "../tonic", default-features = false, features = [
8888
"codegen",
8989
"h2",
9090
] }
@@ -106,12 +106,12 @@ hickory-server = "0.26.1"
106106
prost = "0.14.0"
107107
rustls = { version = "0.23", default-features = false, features = ["ring"] }
108108
tempfile = "3.26"
109-
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = [
109+
tonic = { version = "0.14.7", path = "../tonic", default-features = false, features = [
110110
"server",
111111
"router",
112112
"tls-ring",
113113
] }
114-
tonic-prost = { version = "0.14.6", path = "../tonic-prost" }
114+
tonic-prost = { version = "0.14.7", path = "../tonic-prost" }
115115

116116
[[bench]]
117117
name = "metadata"

tonic-build/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.7](https://github.com/grpc/grpc-rust/compare/tonic-build-v0.14.6...tonic-build-v0.14.7) - 2026-08-26
11+
12+
### Fixed
13+
14+
- fix/silence all clippy warnings ([#2807](https://github.com/grpc/grpc-rust/pull/2807))
15+
16+
### Other
17+
18+
- License update ([#2749](https://github.com/grpc/grpc-rust/pull/2749))
19+
1020
## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-build-v0.14.5...tonic-build-v0.14.6) - 2026-05-06
1121

1222
### Other

tonic-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-build"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.6"
14+
version = "0.14.7"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-health/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.7](https://github.com/grpc/grpc-rust/compare/tonic-health-v0.14.6...tonic-health-v0.14.7) - 2026-08-26
11+
12+
### Other
13+
14+
- License update ([#2749](https://github.com/grpc/grpc-rust/pull/2749))
15+
1016
## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-health-v0.14.5...tonic-health-v0.14.6) - 2026-05-06
1117

1218
### Other

tonic-health/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ license = "MIT"
1111
name = "tonic-health"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.14.6"
14+
version = "0.14.7"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]
1818
prost = "0.14"
1919
tokio = {version = "1.0", features = ["sync"]}
2020
tokio-stream = {version = "0.1", default-features = false, features = ["sync"]}
21-
tonic = { version = "0.14.6", path = "../tonic", default-features = false, features = ["codegen"] }
22-
tonic-prost = { version = "0.14.6", path = "../tonic-prost", default-features = false }
21+
tonic = { version = "0.14.7", path = "../tonic", default-features = false, features = ["codegen"] }
22+
tonic-prost = { version = "0.14.7", path = "../tonic-prost", default-features = false }
2323

2424
[dev-dependencies]
2525
tokio = {version = "1.0", features = ["rt-multi-thread", "macros"]}

tonic-prost-build/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.7](https://github.com/grpc/grpc-rust/compare/tonic-prost-build-v0.14.6...tonic-prost-build-v0.14.7) - 2026-08-26
11+
12+
### Fixed
13+
14+
- fix/silence all clippy warnings ([#2807](https://github.com/grpc/grpc-rust/pull/2807))
15+
16+
### Other
17+
18+
- License update ([#2749](https://github.com/grpc/grpc-rust/pull/2749))
19+
1020
## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-prost-build-v0.14.5...tonic-prost-build-v0.14.6) - 2026-05-06
1121

1222
### Other

tonic-prost-build/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-prost-build"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = ["gRPC authors"]
55
edition = "2024"
66
license = "MIT"
@@ -18,7 +18,7 @@ transport = ["tonic-build/transport"]
1818
cleanup-markdown = ["prost-build/cleanup-markdown"]
1919

2020
[dependencies]
21-
tonic-build = { version = "0.14.6", path = "../tonic-build", default-features = false }
21+
tonic-build = { version = "0.14.7", path = "../tonic-build", default-features = false }
2222
prost-build = { version = "0.14" }
2323
prost-types = { version = "0.14" }
2424
prettyplease = { version = "0.2" }
@@ -28,7 +28,7 @@ syn = "2.0"
2828
tempfile = "3.0"
2929

3030
[dev-dependencies]
31-
tonic = { version = "0.14.6", path = "../tonic", default-features = false }
31+
tonic = { version = "0.14.7", path = "../tonic", default-features = false }
3232

3333
[package.metadata.cargo_check_external_types]
3434
allowed_external_types = [

tonic-prost/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.14.7](https://github.com/grpc/grpc-rust/compare/tonic-prost-v0.14.6...tonic-prost-v0.14.7) - 2026-08-26
11+
12+
### Fixed
13+
14+
- fix/silence all clippy warnings ([#2807](https://github.com/grpc/grpc-rust/pull/2807))
15+
16+
### Other
17+
18+
- License update ([#2749](https://github.com/grpc/grpc-rust/pull/2749))
19+
1020
## [0.14.6](https://github.com/hyperium/tonic/compare/tonic-prost-v0.14.5...tonic-prost-v0.14.6) - 2026-05-06
1121

1222
### Other

tonic-prost/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tonic-prost"
3-
version = "0.14.6"
3+
version = "0.14.7"
44
authors = ["gRPC authors"]
55
edition = "2024"
66
license = "MIT"
@@ -13,7 +13,7 @@ keywords = ["rpc", "grpc", "prost", "protobuf", "tonic"]
1313
rust-version = { workspace = true }
1414

1515
[dependencies]
16-
tonic = { version = "0.14.6", path = "../tonic", default-features = false }
16+
tonic = { version = "0.14.7", path = "../tonic", default-features = false }
1717
prost = "0.14"
1818
bytes = "1"
1919

0 commit comments

Comments
 (0)