Skip to content

Commit 3cbaece

Browse files
release: v0.27.0-rc.1 (#2368)
New release candidate to include the changes when dealing with `supergraph.yaml` files that will not resolve initially. The testing applied here should be the same as to `rc.0`, though with the refinement that the one identified bug we had is now fixed.
1 parent 255d56d commit 3cbaece

File tree

9 files changed

+97
-92
lines changed

9 files changed

+97
-92
lines changed

Cargo.lock

+15-15
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.27.0-rc.0"
14+
version = "0.27.0-rc.1"
1515
default-run = "rover"
1616

1717
publish = false

crates/rover-client/.schema/hash.id

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

crates/rover-client/.schema/schema.graphql

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

crates/rover-client/package-lock.json

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

installers/binstall/scripts/nix/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ BINARY_DOWNLOAD_PREFIX="https://github.com/apollographql/rover/releases/download
2020
# Rover version defined in root cargo.toml
2121
# Note: this line is built automatically
2222
# in build.rs. Don't touch it!
23-
PACKAGE_VERSION="v0.27.0-rc.0"
23+
PACKAGE_VERSION="v0.27.0-rc.1"
2424

2525
download_binary_and_run_installer() {
2626
downloader --check

installers/binstall/scripts/windows/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# version found in Rover's Cargo.toml
1515
# Note: this line is built automatically
1616
# in build.rs. Don't touch it!
17-
$package_version = 'v0.27.0-rc.0'
17+
$package_version = 'v0.27.0-rc.1'
1818

1919
function Install-Binary($rover_install_args) {
2020
$old_erroractionpreference = $ErrorActionPreference

0 commit comments

Comments
 (0)