Skip to content

Commit 07c142a

Browse files
release: v0.27.0-rc.4 (#2385)
New release candidate with bugfixes, mostly around `rover dev` and routing config so testing for this RC should remain as it has been before but this should be more stable.
1 parent 9fd86aa commit 07c142a

File tree

9 files changed

+146
-161
lines changed

9 files changed

+146
-161
lines changed

Cargo.lock

+99-116
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.3"
14+
version = "0.27.0-rc.4"
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

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

crates/rover-client/package-lock.json

+19-19
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="${APOLLO_ROVER_BINARY_DOWNLOAD_PREFIX:="https://github.c
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.3"
23+
PACKAGE_VERSION="v0.27.0-rc.4"
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.3'
17+
$package_version = 'v0.27.0-rc.4'
1818

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

installers/npm/package-lock.json

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

installers/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/rover",
3-
"version": "0.27.0-rc.3",
3+
"version": "0.27.0-rc.4",
44
"description": "The new Apollo CLI",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)