Skip to content

Commit

Permalink
release: v0.14.1 (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored May 15, 2023
1 parent eabc701 commit 2843256
Show file tree
Hide file tree
Showing 13 changed files with 213 additions and 163 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## 📚 Documentation -->

# [0.14.1] - 2023-05-15

## 🛠 Maintenance

- **Updates some dependencies and add debug statements for GraphQL response errors - @EverlastingBugstopper, #1595**

GraphQL errors are now printed when running Rover commands with `--log debug`.

# [0.14.0] - 2023-04-19

> Important: 1 potentially breaking change below, indicated by **❗ BREAKING ❗**
Expand Down
2 changes: 1 addition & 1 deletion 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.14.0"
version = "0.14.1"
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.

55 changes: 50 additions & 5 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 2843256

Please sign in to comment.