Skip to content

Commit

Permalink
release: v0.9.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Aug 12, 2022
1 parent bbe8c05 commit fdb74be
Show file tree
Hide file tree
Showing 8 changed files with 529 additions and 399 deletions.
130 changes: 77 additions & 53 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.8.1"
version = "0.9.0-alpha.0"
default-run = "rover"

publish = false
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
## Command-line options

```console
Rover 0.8.0
Rover 0.9.0-alpha.0
Apollo Developers <[email protected]>

Rover - Your Graph Companion
Expand Down Expand Up @@ -110,6 +110,8 @@ OPTIONS:
SUBCOMMANDS:
config
Configuration profile commands
dev
Run your supergraph locally with a router and one or more subgraphs
docs
Interact with Rover's documentation
explain
Expand Down
Loading

0 comments on commit fdb74be

Please sign in to comment.