Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored May 12, 2022
1 parent d7cb793 commit a2a2ecf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion crates/apollo-smith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.1.3](https://crates.io/crates/apollo-smith/0.1.3) - 2022-05-12

## Fixes
- **add interface definition to internal stack - [bnjjj], [pull/213]**

Added support of interface definition in the stack to fill an operation with
correct fields.

[bnjjj]: https://github.com/bnjjj
[pull/213]: https://github.com/apollographql/apollo-rs/pull/213

# [0.1.2](https://crates.io/crates/apollo-smith/0.1.2) - 2022-04-28

## Maintenance
- **Update apollo-encoder to 0.3.0 - [lrlna], [pull/207] [pull/208]**
`apollo-encoder`'s 0.3.0 changes `desciption` and `default-value` setters to
accept String as a parameter. This changes the internals of apollo-smith
accordingly.

[lrlna]: https://github.com/lrlna
[pull/207]: https://github.com/apollographql/apollo-rs/pull/207
[pull/208]: https://github.com/apollographql/apollo-rs/pull/208
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.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Benjamin Coenen <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-smith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and add `apollo-smith` to your Cargo.toml:
## fuzz/Cargo.toml

[dependencies]
apollo-smith = "0.1.2"
apollo-smith = "0.1.3"
```

It can then be used in a `fuzz_target` along with the [`arbitrary`] crate,
Expand Down

0 comments on commit a2a2ecf

Please sign in to comment.