From 278dab3dbc946066399e85113416c5b8f922ab43 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 16 Oct 2023 17:25:11 +0200 Subject: [PATCH] Prepare apollo-compiler@1.0.0-beta.4 (#701) --- crates/apollo-compiler/CHANGELOG.md | 10 ++-------- crates/apollo-compiler/Cargo.toml | 2 +- crates/apollo-compiler/README.md | 2 +- crates/apollo-encoder/Cargo.toml | 2 +- crates/apollo-parser/Cargo.toml | 2 +- crates/apollo-smith/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 13 deletions(-) diff --git a/crates/apollo-compiler/CHANGELOG.md b/crates/apollo-compiler/CHANGELOG.md index 1c405ce9..39b8e630 100644 --- a/crates/apollo-compiler/CHANGELOG.md +++ b/crates/apollo-compiler/CHANGELOG.md @@ -18,11 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Documentation--> -# [x.x.x] (unreleased) - 2023-mm-dd +# [1.0.0-beta.4](https://crates.io/crates/apollo-compiler/1.0.0-beta.4) - 2023-10-16 -> Important: X breaking changes below, indicated by **BREAKING** - -## BREAKING ## Features - **JSON Serialisable compiler diagnostics - [lrlna] and [goto-bus-stop], [pull/698]:** This change brings back [JSON error format] for diagnostics introduced by @@ -51,13 +48,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ``` ## Fixes -- **Don’t emit a validation error for relying argument default - [SimonSapin], [pull/700]** +- **Don’t emit a validation error for relying on argument default - [SimonSapin], [pull/700]** A field argument or directive argument was incorrectly considered required as soon as it had a non-null type, even if it had a default value. -## Maintenance -## Documentation - [lrlna]: https://github.com/lrlna [goto-bus-stop]: https://github.com/goto-bus-stop [SimonSapin]: https://github.com/SimonSapin diff --git a/crates/apollo-compiler/Cargo.toml b/crates/apollo-compiler/Cargo.toml index a9964592..62067245 100644 --- a/crates/apollo-compiler/Cargo.toml +++ b/crates/apollo-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-compiler" -version = "1.0.0-beta.3" +version = "1.0.0-beta.4" # When bumping, also update README.md authors = ["Irina Shestak "] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs" diff --git a/crates/apollo-compiler/README.md b/crates/apollo-compiler/README.md index 758a08cf..d8fd4319 100644 --- a/crates/apollo-compiler/README.md +++ b/crates/apollo-compiler/README.md @@ -40,7 +40,7 @@ Or add this to your `Cargo.toml` for a manual installation: # Just an example, change to the necessary package version. # Using an exact dependency is recommended for beta versions [dependencies] -apollo-compiler = "=1.0.0-beta.3" +apollo-compiler = "=1.0.0-beta.4" ``` ## Rust versions diff --git a/crates/apollo-encoder/Cargo.toml b/crates/apollo-encoder/Cargo.toml index 3b564a35..68dfe81a 100644 --- a/crates/apollo-encoder/Cargo.toml +++ b/crates/apollo-encoder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-encoder" -version = "0.7.0" +version = "0.7.0" # When bumping, also update README.md authors = [ "Irina Shestak ", "Benjamin Coenen ", diff --git a/crates/apollo-parser/Cargo.toml b/crates/apollo-parser/Cargo.toml index 0a92977b..353288b9 100644 --- a/crates/apollo-parser/Cargo.toml +++ b/crates/apollo-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-parser" -version = "0.7.1" +version = "0.7.1" # When bumping, also update README.md authors = ["Irina Shestak "] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs" diff --git a/crates/apollo-smith/Cargo.toml b/crates/apollo-smith/Cargo.toml index 91fd99a8..2b2dd73a 100644 --- a/crates/apollo-smith/Cargo.toml +++ b/crates/apollo-smith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-smith" -version = "0.4.0" +version = "0.4.0" # When bumping, also update README.md edition = "2021" authors = ["Benjamin Coenen "] license = "MIT OR Apache-2.0"