Skip to content

Commit c0517c5

Browse files
release: v0.27.0-rc.3 (#2378)
The most important change in this release candidate is the changes to how router address overrides are handled, they were inconsistent with our documentation previously, however are now correct. The same advice relates to testing as in previous RC's, testing should focus on `rover dev` and LSP functionality as those are the big deliverables for Rover v0.27.0
1 parent 40f3b9a commit c0517c5

File tree

9 files changed

+65
-54
lines changed

9 files changed

+65
-54
lines changed

Cargo.lock

+13-13
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.2"
14+
version = "0.27.0-rc.3"
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

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

crates/rover-client/package-lock.json

+13-13
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.2"
23+
PACKAGE_VERSION="v0.27.0-rc.3"
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.2'
17+
$package_version = 'v0.27.0-rc.3'
1818

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

installers/npm/package-lock.json

+17-17
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.2",
3+
"version": "0.27.0-rc.3",
44
"description": "The new Apollo CLI",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)