Skip to content

Commit a4fc124

Browse files
chore(release): router crates and artifacts (#1275)
> [!IMPORTANT] > Merging this pull request will create these releases # hive-router 0.0.83 (2026-07-13) ## Fixes - Bump version - no changes # hive-router-plan-executor 6.22.1 (2026-07-13) ## Fixes - Bump version - no changes # hive-router-internal 0.0.36 (2026-07-13) ## Fixes - Bump version - no changes Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent f588b89 commit a4fc124

8 files changed

Lines changed: 27 additions & 16 deletions

File tree

.changeset/bump.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/router/CHANGELOG.md

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

118118
- *(deps)* update release-plz/action action to v0.5.113 ([#389](https://github.com/graphql-hive/router/pull/389))
119+
## 0.0.83 (2026-07-13)
120+
121+
### Fixes
122+
123+
- Bump version - no changes
124+
119125
## 0.0.82 (2026-07-13)
120126

121127
### Features

bin/router/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hive-router"
3-
version = "0.0.82"
3+
version = "0.0.83"
44
edition = "2021"
55
description = "GraphQL router/gateway for Federation"
66
license = "MIT"
@@ -24,9 +24,9 @@ graphiql = []
2424

2525
[dependencies]
2626
hive-router-query-planner = { path = "../../lib/query-planner", version = "2.10.9" }
27-
hive-router-plan-executor = { path = "../../lib/executor", version = "6.22.0" }
27+
hive-router-plan-executor = { path = "../../lib/executor", version = "6.22.1" }
2828
hive-router-config = { path = "../../lib/router-config", version = "0.1.7" }
29-
hive-router-internal = { path = "../../lib/internal", version = "0.0.35" }
29+
hive-router-internal = { path = "../../lib/internal", version = "0.0.36" }
3030
hive-console-sdk = { path = "../../lib/hive-console-sdk", version = "0.3.17" }
3131
graphql-tools = { path = "../../lib/graphql-tools", version = "0.5.6" }
3232

lib/executor/CHANGELOG.md

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

9696
- *(deps)* update release-plz/action action to v0.5.113 ([#389](https://github.com/graphql-hive/router/pull/389))
97+
## 6.22.1 (2026-07-13)
98+
99+
### Fixes
100+
101+
- Bump version - no changes
102+
97103
## 6.22.0 (2026-07-13)
98104

99105
### Features

lib/executor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hive-router-plan-executor"
3-
version = "6.22.0"
3+
version = "6.22.1"
44
edition = "2021"
55
description = "GraphQL query planner executor for Federation specification"
66
license = "MIT"
@@ -17,7 +17,7 @@ doctest = false
1717
[dependencies]
1818
hive-router-query-planner = { path = "../query-planner", version = "2.10.9" }
1919
hive-router-config = { path = "../router-config", version = "0.1.7" }
20-
hive-router-internal = { path = "../internal", version = "0.0.35" }
20+
hive-router-internal = { path = "../internal", version = "0.0.36" }
2121
graphql-tools = { path = "../graphql-tools", version = "0.5.6" }
2222
hive-console-sdk = { path = "../hive-console-sdk", version = "0.3.8" }
2323

lib/internal/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.36 (2026-07-13)
2+
3+
### Fixes
4+
5+
- Bump version - no changes
6+
17
## 0.0.35 (2026-07-07)
28

39
### Fixes

lib/internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hive-router-internal"
3-
version = "0.0.35"
3+
version = "0.0.36"
44
edition = "2021"
55
description = "GraphQL Hive Router internal crate"
66
license = "MIT"

0 commit comments

Comments
 (0)