File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
18
18
## Maintenance
19
19
20
20
## 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
+
21
26
# [ 0.9.0] ( https://crates.io/crates/apollo-smith/0.9.0 ) - 2024-07-19
22
27
23
28
- ** Update apollo-compiler dependency to ` =1.0.0-beta.19 ` **
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
4
4
edition = " 2021"
5
5
authors = [
" Benjamin Coenen <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ and add `apollo-smith` to your Cargo.toml:
49
49
# # fuzz/Cargo.toml
50
50
51
51
[dependencies ]
52
- apollo-smith = " 0.9 .0"
52
+ apollo-smith = " 0.10 .0"
53
53
```
54
54
55
55
It can then be used in a ` fuzz_target ` along with the [ ` arbitrary ` ] crate,
You can’t perform that action at this time.
0 commit comments