From b510f489464c94bfe69715ba445c1eea7cd0f17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e?= Date: Wed, 31 Jul 2024 11:54:18 +0200 Subject: [PATCH] apollo-smith@0.10.0 (#893) --- crates/apollo-smith/CHANGELOG.md | 5 +++++ crates/apollo-smith/Cargo.toml | 2 +- crates/apollo-smith/README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/crates/apollo-smith/CHANGELOG.md b/crates/apollo-smith/CHANGELOG.md index c41aef113..b9132e1b8 100644 --- a/crates/apollo-smith/CHANGELOG.md +++ b/crates/apollo-smith/CHANGELOG.md @@ -18,6 +18,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Maintenance ## Documentation --> +# [0.10.0](https://crates.io/crates/apollo-smith/0.10.0) - 2024-07-31 + +- **Update apollo-parser dependency to `0.8.0`** +- **Update apollo-compiler dependency to `=1.0.0-beta.20`** + # [0.9.0](https://crates.io/crates/apollo-smith/0.9.0) - 2024-07-19 - **Update apollo-compiler dependency to `=1.0.0-beta.19`** diff --git a/crates/apollo-smith/Cargo.toml b/crates/apollo-smith/Cargo.toml index 64bf9f63e..d472dcf13 100644 --- a/crates/apollo-smith/Cargo.toml +++ b/crates/apollo-smith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "apollo-smith" -version = "0.9.0" # When bumping, also update README.md +version = "0.10.0" # When bumping, also update README.md 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 2b7f7baf2..473b6bfd2 100644 --- a/crates/apollo-smith/README.md +++ b/crates/apollo-smith/README.md @@ -49,7 +49,7 @@ and add `apollo-smith` to your Cargo.toml: ## fuzz/Cargo.toml [dependencies] -apollo-smith = "0.9.0" +apollo-smith = "0.10.0" ``` It can then be used in a `fuzz_target` along with the [`arbitrary`] crate,