Skip to content

Commit b510f48

Browse files
1 parent 3df1e62 commit b510f48

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

crates/apollo-smith/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1818
## Maintenance
1919
2020
## Documentation -->
21+
# [0.10.0](https://crates.io/crates/apollo-smith/0.10.0) - 2024-07-31
22+
23+
- **Update apollo-parser dependency to `0.8.0`**
24+
- **Update apollo-compiler dependency to `=1.0.0-beta.20`**
25+
2126
# [0.9.0](https://crates.io/crates/apollo-smith/0.9.0) - 2024-07-19
2227

2328
- **Update apollo-compiler dependency to `=1.0.0-beta.19`**

crates/apollo-smith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "apollo-smith"
3-
version = "0.9.0" # When bumping, also update README.md
3+
version = "0.10.0" # When bumping, also update README.md
44
edition = "2021"
55
authors = ["Benjamin Coenen <[email protected]>"]
66
license = "MIT OR Apache-2.0"

crates/apollo-smith/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and add `apollo-smith` to your Cargo.toml:
4949
## fuzz/Cargo.toml
5050

5151
[dependencies]
52-
apollo-smith = "0.9.0"
52+
apollo-smith = "0.10.0"
5353
```
5454

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

0 commit comments

Comments
 (0)