File tree Expand file tree Collapse file tree 6 files changed +7
-13
lines changed
Expand file tree Collapse file tree 6 files changed +7
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " apollo-compiler"
3- version = " 1.0.0-beta.3 "
3+ version = " 1.0.0-beta.4 " # When bumping, also update README.md
44authors = [" Irina Shestak <shestak.irina@gmail.com>" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/apollographql/apollo-rs"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " apollo-encoder"
3- version = " 0.7.0"
3+ version = " 0.7.0" # When bumping, also update README.md
44authors = [
55 " Irina Shestak <shestak.irina@gmail.com>" ,
66 " Benjamin Coenen <benjamin.coenen@apollographql.com>" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " apollo-parser"
3- version = " 0.7.1"
3+ version = " 0.7.1" # When bumping, also update README.md
44authors = [" Irina Shestak <shestak.irina@gmail.com>" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/apollographql/apollo-rs"
Original file line number Diff line number Diff line change 11[package ]
22name = " apollo-smith"
3- version = " 0.4.0"
3+ version = " 0.4.0" # When bumping, also update README.md
44edition = " 2021"
55authors = [" Benjamin Coenen <benjamin.coenen@apollographql.com>" ]
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments