Skip to content

Commit fdb74be

Browse files
release: v0.9.0-alpha.0
1 parent bbe8c05 commit fdb74be

File tree

8 files changed

+529
-399
lines changed

8 files changed

+529
-399
lines changed

Cargo.lock

+77-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license-file = "./LICENSE"
1111
name = "rover"
1212
readme = "README.md"
1313
repository = "https://github.com/apollographql/rover/"
14-
version = "0.8.1"
14+
version = "0.9.0-alpha.0"
1515
default-run = "rover"
1616

1717
publish = false

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
3636
## Command-line options
3737

3838
```console
39-
Rover 0.8.0
39+
Rover 0.9.0-alpha.0
4040
Apollo Developers <[email protected]>
4141

4242
Rover - Your Graph Companion
@@ -110,6 +110,8 @@ OPTIONS:
110110
SUBCOMMANDS:
111111
config
112112
Configuration profile commands
113+
dev
114+
Run your supergraph locally with a router and one or more subgraphs
113115
docs
114116
Interact with Rover's documentation
115117
explain

0 commit comments

Comments
 (0)