Skip to content

Commit

Permalink
release: v0.26.1-rc.0 (#2089)
Browse files Browse the repository at this point in the history
This RC focusses on fix to stop `rover dev` exhausting threads when run
with lots of subgraphs, so testing for this RC should focus on those
areas, other smaller updates like dependency bumps are also here but
those should have very little impact.
  • Loading branch information
jonathanrainer authored Aug 30, 2024
1 parent 79987dc commit 1c93985
Show file tree
Hide file tree
Showing 12 changed files with 328 additions and 226 deletions.
202 changes: 91 additions & 111 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license-file = "./LICENSE"
name = "rover"
readme = "README.md"
repository = "https://github.com/apollographql/rover/"
version = "0.26.0"
version = "0.26.1-rc.0"
default-run = "rover"

publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/rover-client/.schema/hash.id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rover-client/.schema/last_run.uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

122 changes: 122 additions & 0 deletions crates/rover-client/.schema/schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 46 additions & 46 deletions crates/rover-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1c93985

Please sign in to comment.