Skip to content

Commit 2f4fabe

Browse files
authored
apollo-smith@0.5.0 (#707)
1 parent a4dfebf commit 2f4fabe

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

crates/apollo-smith/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

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.4.0" # When bumping, also update README.md
3+
version = "0.5.0" # When bumping, also update README.md
44
edition = "2021"
55
authors = ["Benjamin Coenen <benjamin.coenen@apollographql.com>"]
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.3.2"
52+
apollo-smith = "0.5.0"
5353
```
5454

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

0 commit comments

Comments
 (0)