Skip to content

Commit 0e9416a

Browse files
authored
release: v0.13.0 (#1539)Co-authored-by: Dylan Anthony <[email protected]>
# [0.13.0] - 2023-03-10 ## 🚀 Features - **Dynamic templates - @dbanty, #1388** Rover now fetches templates from a GraphQL API. New templates can be contributed to [the templates repo](https://github.com/apollographql/templates) and will not require a new release of Rover to be used. To see the latest templates, run `rover template list`. ## 🐛 Fixes - **Fixes behavior of `--router-config` in `rover dev` - @EverlastingBugstopper, #1536 fixes #1535** Older versions of Rover did not respect the `supergraph` section of the `--router-config` file. This has been fixed in v0.13.0. --------- Co-authored-by: Dylan Anthony <[email protected]>
1 parent 53310ed commit 0e9416a

File tree

12 files changed

+167
-111
lines changed

12 files changed

+167
-111
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to Rover will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
<!-- # [x.x.x] (unreleased) - 2022-mm-dd
7+
<!-- # [x.x.x] (unreleased) - 2023-mm-dd
88
99
> Important: x potentially breaking changes below, indicated by **❗ BREAKING ❗**
1010
@@ -16,6 +16,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616
1717
## 📚 Documentation -->
1818

19+
20+
# [0.13.0] - 2023-03-10
21+
22+
## 🚀 Features
23+
24+
- **Dynamic templates - @dbanty, #1388**
25+
26+
Rover now fetches templates from a GraphQL API. New templates can be contributed to [the templates repo](https://github.com/apollographql/templates) and will not require a new release of Rover to be used. To see the latest templates, run `rover template list`.
27+
28+
## 🐛 Fixes
29+
30+
- **Fixes behavior of `--router-config` in `rover dev` - @EverlastingBugstopper, #1536 fixes #1535**
31+
32+
Older versions of Rover did not respect the `supergraph` section of the `--router-config` file. This has been fixed in v0.13.0.
33+
1934
# [0.12.2] - 2023-02-23
2035

2136
## 🚀 Features

Cargo.lock

+23-30
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.12.2"
14+
version = "0.13.0"
1515
default-run = "rover"
1616

1717
publish = false

RELEASE_CHECKLIST.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ As you can see, there is a brief description, followed by the author's GitHub ha
3636
1. Update the installer versions in [`docs/source/getting-started.md`](./docs/source/getting-started.md) and [`docs/source/ci-cd.md`](./docs/source/ci-cd.md). (eventually this should be automated).
3737
1. Run `cargo run -- help` and copy the output to the "Command-line Options" section in [`README.md`](./README.md#command-line-options).
3838
1. Run `cargo xtask prep` (this will require `npm` to be installed).
39-
1. Push up a commit with the `Cargo.toml`, `Cargo.lock`, `CHANGELOG.md`, and `./installers/npm` changes. The commit message should be "release: v#.#.#" or "release: v#.#.#-rc.#"
39+
1. Push up all of your local changes. The commit message should be "release: v#.#.#" or "release: v#.#.#-rc.#"
4040
1. Open a Pull Request from the branch you pushed.
4141
1. Add the release pull request to the milestone you opened.
4242
1. Paste the changelog entry into the description of the Pull Request.
43-
1. Request review from the Apollo GraphQL tooling team.
43+
1. Add the "🚢release" label to the PR.
4444

4545
### Review
4646

crates/rover-client/.schema/last_run.uuid

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

0 commit comments

Comments
 (0)