-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7636da6
commit 2dee332
Showing
3 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]** | ||
|
@@ -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]** | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters