Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored Apr 3, 2023
1 parent 88b9d19 commit fd067de
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions crates/apollo-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.7.2](https://crates.io/crates/apollo-compiler/0.7.2) - 2023-04-03

## Features
- validate fragment spread target is defined, by [goto-bus-stop] in [pull/506]
- validate circular input objects, by [lrlna] in [pull/505]

## Fixes
- `db.interfaces()` checks pre-computed hir for interfaces first, by [lrlna] in [de4baea]

[lrlna]: https://github.com/lrlna
[goto-bus-stop]: https://github.com/goto-bus-stop
[de4baea]: https://github.com/apollographql/apollo-rs/commit/de4baea13745089ace3821bccc30cf1c4008ba20
[pull/505]: https://github.com/apollographql/apollo-rs/pull/505
[pull/506]: https://github.com/apollographql/apollo-rs/pull/506

# [0.7.1](https://crates.io/crates/apollo-compiler/0.7.1) - 2023-03-28

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 = "0.7.1"
version = "0.7.2"
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 @@ -27,7 +27,7 @@ Add this to your `Cargo.toml` to start using `apollo-compiler`:
```toml
# Just an example, change to the necessary package version.
[dependencies]
apollo-compiler = "0.7.1"
apollo-compiler = "0.7.2"
```

Or using [cargo-edit]:
Expand Down

0 comments on commit fd067de

Please sign in to comment.