Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Nov 8, 2022
1 parent 7636da6 commit 2dee332
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions crates/apollo-smith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,24 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.1.5](https://crates.io/crates/apollo-smith/0.1.5) - 2022-11-04
# [0.2.0](https://crates.io/crates/apollo-smith/0.2.0) - 2022-11-08

## BREAKING

- **update [email protected] - [lrlna], [pull/340], [pull/348]**

This change was first released in the [email protected] patch release.
It should have been a breaking change, as the update to the new version
requires users to also update apollo-parser to 0.3.0 at the same time.

This version is identical to 0.1.5 except for the version number.
apollo-smith versions 0.1.4 and 0.1.5 have been yanked.

[lrlna]: https://github.com/lrlna
[pull/340]: https://github.com/apollographql/apollo-rs/pull/340
[pull/348]: https://github.com/apollographql/apollo-rs/pull/348

# [0.1.5](https://crates.io/crates/apollo-smith/0.1.5) - 2022-11-04 (YANKED)

## Maintenance
- **update [email protected] - [lrlna], [pull/348]**
Expand All @@ -31,7 +48,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[lrlna]: https://github.com/lrlna
[pull/349]: https://github.com/apollographql/apollo-rs/pull/349

# [0.1.4](https://crates.io/crates/apollo-smith/0.1.4) - 2022-11-04
# [0.1.4](https://crates.io/crates/apollo-smith/0.1.4) - 2022-11-04 (YANKED)

## Maintenance
- **update [email protected] - [lrlna], [pull/340]**
Expand Down Expand Up @@ -143,4 +160,4 @@ This is still a work in progress, for outstanding issues, checkout out the
[GraphQL grammar]: https://spec.graphql.org/October2021/#sec-Appendix-Grammar-Summary
[`wasm-smith`]: https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith
[article written by Nick Fitzgerald]: https://fitzgeraldnick.com/2020/08/24/writing-a-test-case-generator.html#what-is-a-test-case-generator
[apollo-smith label]: https://github.com/apollographql/apollo-rs/labels/apollo-smith
[apollo-smith label]: https://github.com/apollographql/apollo-rs/labels/apollo-smith
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.5"
version = "0.2.0"
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.5"
apollo-smith = "0.2.0"
```

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

0 comments on commit 2dee332

Please sign in to comment.