Skip to content

Commit 00446c1

Browse files
release: v0.4.6
1 parent 578661e commit 00446c1

File tree

13 files changed

+96
-137
lines changed

13 files changed

+96
-137
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1818
1919
## 📚 Documentation -->
2020

21+
# [0.4.6] - 2022-03-14
22+
23+
## 🐛 Maintenance
24+
25+
- **Bumps harmonizer to v2.0.0-preview.5 - @EverlastingBugstopper, #1033**
26+
27+
`rover fed2 supergraph compose` now uses rust: `[email protected]` and js: `@apollo/[email protected]`.
28+
2129
# [0.4.5] - 2022-03-11
2230

2331
## 🐛 Fixes

Cargo.lock

+22-56
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.4.5"
14+
version = "0.4.6"
1515
default-run = "rover"
1616

1717
publish = false

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
3737
## Command-line options
3838

3939
```console
40-
Rover 0.4.5
40+
Rover 0.4.6
4141

4242
Rover - Your Graph Companion
4343
Read the getting started guide by running:
@@ -123,7 +123,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
123123
> Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
124124
125125
```bash
126-
curl -sSL https://rover.apollo.dev/nix/v0.4.5 | sh
126+
curl -sSL https://rover.apollo.dev/nix/v0.4.6 | sh
127127
```
128128

129129
You will need `curl` installed on your system to run the above installation commands. You can get the latest version from [the curl downloads page](https://curl.se/download.html).
@@ -141,7 +141,7 @@ To install a specific version of Rover (note the `v` prefixing the version numbe
141141
> Note: If you're installing Rover in a CI environment, it's best to target a specific version rather than using the latest URL, since future major breaking changes could affect CI workflows otherwise.
142142
143143
```bash
144-
iwr 'https://rover.apollo.dev/win/v0.4.5' | iex
144+
iwr 'https://rover.apollo.dev/win/v0.4.6' | iex
145145
```
146146

147147
#### npm installer

0 commit comments

Comments
 (0)