Skip to content

Commit 559cf34

Browse files
chore(release): router crates and artifacts (#550)
Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
1 parent c16776c commit 559cf34

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

.changeset/bump_config_crate_to_fix_dependency_issues_after_switching_to_knope.md

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

.changeset/trigger_release_pipeline_to_fix_issues_with_0016_release.md

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

Cargo.lock

Lines changed: 2 additions & 2 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.17 (2025-11-04)
120+
121+
### Fixes
122+
123+
- Trigger release pipeline to fix issues with 0.0.16 release
124+
119125
## 0.0.16 (2025-11-04)
120126

121127
### Fixes

bin/router/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"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
edition = "2021"
55
description = "GraphQL router/gateway for Federation"
66
license = "MIT"
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818
[dependencies]
1919
hive-router-query-planner = { path = "../../lib/query-planner", version = "2.0.2" }
2020
hive-router-plan-executor = { path = "../../lib/executor", version = "6.0.1" }
21-
hive-router-config = { path = "../../lib/router-config", version = "0.0.10" }
21+
hive-router-config = { path = "../../lib/router-config", version = "0.0.11" }
2222

2323
tokio = { workspace = true }
2424
futures = { workspace = true }

lib/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["The Guild"]
1313

1414
[dependencies]
1515
hive-router-query-planner = { path = "../query-planner", version = "2.0.2" }
16-
hive-router-config = { path = "../router-config", version = "0" }
16+
hive-router-config = { path = "../router-config", version = "0.0.11" }
1717

1818
graphql-parser = { workspace = true }
1919
graphql-tools = { workspace = true }

lib/router-config/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6666
### Fixed
6767

6868
- *(hive-router)* fix docker image issues ([#394](https://github.com/graphql-hive/router/pull/394))
69+
## 0.0.11 (2025-11-04)
70+
71+
### Fixes
72+
73+
- Bump config crate to fix dependency issues after switching to knope

lib/router-config/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-config"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition = "2021"
55
publish = true
66
license = "MIT"

0 commit comments

Comments
 (0)