From 06cd0a7f33cdf5e3594a5c6527375cd7fd2143b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Tue, 29 Nov 2022 09:59:51 +0100 Subject: [PATCH] apollo-smith@0.3.0 (#377) --- crates/apollo-smith/CHANGELOG.md | 2 +- crates/apollo-smith/Cargo.toml | 2 +- crates/apollo-smith/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/apollo-smith/CHANGELOG.md b/crates/apollo-smith/CHANGELOG.md index b360e035a..5c56447a9 100644 --- a/crates/apollo-smith/CHANGELOG.md +++ b/crates/apollo-smith/CHANGELOG.md @@ -18,7 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Maintenance ## Documentation --> -# [x.x.x] (unreleased) - 2022-mm-dd +# [0.3.0](https://crates.io/crates/apollo-smith/0.3.0) - 2022-11-29 ## BREAKING - **make conversions from apollo-parser types fallible - [goto-bus-stop], [pull/371]** diff --git a/crates/apollo-smith/Cargo.toml b/crates/apollo-smith/Cargo.toml index 8e6347634..869dff2a4 100644 --- a/crates/apollo-smith/Cargo.toml +++ b/crates/apollo-smith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-smith" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Benjamin Coenen "] license = "MIT OR Apache-2.0" diff --git a/crates/apollo-smith/README.md b/crates/apollo-smith/README.md index 674cbc4a3..dd9824e11 100644 --- a/crates/apollo-smith/README.md +++ b/crates/apollo-smith/README.md @@ -43,7 +43,7 @@ and add `apollo-smith` to your Cargo.toml: ## fuzz/Cargo.toml [dependencies] -apollo-smith = "0.2.0" +apollo-smith = "0.3.0" ``` It can then be used in a `fuzz_target` along with the [`arbitrary`] crate, @@ -82,7 +82,7 @@ can be done with the `parser-impl` feature flag. ## Cargo.toml [dependencies] -apollo-smith = { version = "0.1.1", features = ["parser-impl"] } +apollo-smith = { version = "0.3.0", features = ["parser-impl"] } ``` ```rust,compile_fail @@ -144,4 +144,4 @@ at your option. [article written by Nick Fitzgerald]: https://fitzgeraldnick.com/2020/08/24/writing-a-test-case-generator.html#what-is-a-test-case-generator [`arbitrary`]: https://docs.rs/arbitrary/latest/arbitrary/ [`cargo fuzz`]: https://github.com/rust-fuzz/cargo-fuzz -[apollo-smith label]: https://github.com/apollographql/apollo-rs/labels/apollo-smith \ No newline at end of file +[apollo-smith label]: https://github.com/apollographql/apollo-rs/labels/apollo-smith