File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1818## Maintenance
1919
2020## Documentation -->
21- # [ 0.5.0] (unreleased ) - 2023-mm-dd
21+ # [ 0.5.0] ( https://crates.io/crates/apollo-smith/0.5.0 ) - 2023-10-19
2222
2323## BREAKING
2424- ** apollo-parser@0.7.0 - [ SimonSapin] , [ pull/???] **
2525
2626 This updates the version of ` apollo-parser ` required by the ` TryFrom `
2727 implementations in this crate.
2828
29- - ** apollo-encoder@0.8.0 - [ SimonSapin] , [ pull/??? ] **
29+ - ** removes ` tryfrom ` from apollo-compiler - [ SimonSapin] **
3030
31- This updates the version of ` apollo-compiler ` required by the ` TryFrom `
32- implementations in this crate .
31+ ` apollo-compiler@1.0.0 ` can be directly serialised to sdl without requiring
32+ apollo-encoder. the ` tryfrom ` implementation is therefore no longer necessary .
3333
3434[ SimonSapin ] : https://github.com/SimonSapin
35- [ pull/??? ] : https://github.com/apollographql/apollo-rs/pull/???
3635
3736# [ 0.4.0] ( https://crates.io/crates/apollo-smith/0.4.0 ) - 2023-08-21
3837
Original file line number Diff line number Diff line change 11[package ]
22name = " apollo-smith"
3- version = " 0.4 .0" # When bumping, also update README.md
3+ version = " 0.5 .0" # When bumping, also update README.md
44edition = " 2021"
55authors = [" Benjamin Coenen <benjamin.coenen@apollographql.com>" ]
66license = " 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:
4949# # fuzz/Cargo.toml
5050
5151[dependencies ]
52- apollo-smith = " 0.3.2 "
52+ apollo-smith = " 0.5.0 "
5353```
5454
5555It 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