Skip to content

Commit

Permalink
release: v0.27.0-rc.2 (#2373)
Browse files Browse the repository at this point in the history
This new release candidate contains crucial fixes for `rover dev` mostly
around incremental composition in the face of errors. Any testing should
still focus on LSP and `rover dev` aspects.

Further this new release candidate includes changes related to remote
proxies and so should be tested in that regard as well.
  • Loading branch information
jonathanrainer authored Jan 29, 2025
1 parent dda4ce9 commit 6809dc2
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 60 deletions.
112 changes: 71 additions & 41 deletions Cargo.lock

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

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.27.0-rc.1"
version = "0.27.0-rc.2"
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.

8 changes: 8 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.

Loading

0 comments on commit 6809dc2

Please sign in to comment.