Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin authored Oct 16, 2023
1 parent aa78536 commit 278dab3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 13 deletions.
10 changes: 2 additions & 8 deletions crates/apollo-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -51,13 +48,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
```
## Fixes

- **Dont emit a validation error for relying argument default - [SimonSapin], [pull/700]**
- **Dont 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
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apollographql/apollo-rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-encoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Benjamin Coenen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apollographql/apollo-rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-smith/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 278dab3

Please sign in to comment.