Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Jul 31, 2024
1 parent 3df1e62 commit b510f48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions crates/apollo-smith/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**
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.9.0" # When bumping, also update README.md
version = "0.10.0" # When bumping, also update README.md
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 @@ -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,
Expand Down

0 comments on commit b510f48

Please sign in to comment.