Skip to content

Commit 278dab3

Browse files
authored
Prepare apollo-compiler@1.0.0-beta.4 (#701)
1 parent aa78536 commit 278dab3

File tree

6 files changed

+7
-13
lines changed

6 files changed

+7
-13
lines changed

crates/apollo-compiler/CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1818
## Documentation-->
1919

2020

21-
# [x.x.x] (unreleased) - 2023-mm-dd
21+
# [1.0.0-beta.4](https://crates.io/crates/apollo-compiler/1.0.0-beta.4) - 2023-10-16
2222

23-
> Important: X breaking changes below, indicated by **BREAKING**
24-
25-
## BREAKING
2623
## Features
2724
- **JSON Serialisable compiler diagnostics - [lrlna] and [goto-bus-stop], [pull/698]:**
2825
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
5148
```
5249
## Fixes
5350

54-
- **Don’t emit a validation error for relying argument default - [SimonSapin], [pull/700]**
51+
- **Don’t emit a validation error for relying on argument default - [SimonSapin], [pull/700]**
5552
A field argument or directive argument was incorrectly considered required
5653
as soon as it had a non-null type, even if it had a default value.
5754

58-
## Maintenance
59-
## Documentation
60-
6155
[lrlna]: https://github.com/lrlna
6256
[goto-bus-stop]: https://github.com/goto-bus-stop
6357
[SimonSapin]: https://github.com/SimonSapin

crates/apollo-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-compiler"
3-
version = "1.0.0-beta.3"
3+
version = "1.0.0-beta.4" # When bumping, also update README.md
44
authors = ["Irina Shestak <shestak.irina@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/apollographql/apollo-rs"

crates/apollo-compiler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Or add this to your `Cargo.toml` for a manual installation:
4040
# Just an example, change to the necessary package version.
4141
# Using an exact dependency is recommended for beta versions
4242
[dependencies]
43-
apollo-compiler = "=1.0.0-beta.3"
43+
apollo-compiler = "=1.0.0-beta.4"
4444
```
4545

4646
## Rust versions

crates/apollo-encoder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-encoder"
3-
version = "0.7.0"
3+
version = "0.7.0" # When bumping, also update README.md
44
authors = [
55
"Irina Shestak <shestak.irina@gmail.com>",
66
"Benjamin Coenen <benjamin.coenen@apollographql.com>",

crates/apollo-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-parser"
3-
version = "0.7.1"
3+
version = "0.7.1" # When bumping, also update README.md
44
authors = ["Irina Shestak <shestak.irina@gmail.com>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/apollographql/apollo-rs"

crates/apollo-smith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-smith"
3-
version = "0.4.0"
3+
version = "0.4.0" # When bumping, also update README.md
44
edition = "2021"
55
authors = ["Benjamin Coenen <benjamin.coenen@apollographql.com>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)