@@ -17,21 +17,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717## Maintenance
1818
1919## Documentation -->
20- # [ 0.8.0] (unreleased ) - 2023-mm-dd
20+ # [ 0.8.0] ( https://crates.io/crates/apollo-encoder/0.8.0 ) - 2023-10-19
2121
2222## BREAKING
23- - ** apollo-parser@0.7.0 - [ SimonSapin] , [ pull/??? ] **
23+ - ** apollo-parser@0.7.0 - [ SimonSapin] **
2424
2525 This updates the version of ` apollo-parser ` required by the ` TryFrom `
2626 implementations in this crate.
2727
28- - ** apollo-compiler@0.12.0 - [ SimonSapin] , [ pull/???] **
29-
30- This updates the version of ` apollo-compiler ` required by the ` TryFrom `
31- implementations in this crate.
28+ - ** removes ` TryFrom ` from apollo-compiler - [ SimonSapin] **
29+ ` apollo-compiler@1.0.0 ` can be directly serialised to SDL without requiring
30+ apollo-encoder. The ` TryFrom ` implementation is therefore no longer necessary.
3231
3332[ SimonSapin ] : https://github.com/SimonSapin
34- [ pull/??? ] : https://github.com/apollographql/apollo-rs/pull/???
3533
3634# [ 0.7.0] ( https://crates.io/crates/apollo-encoder/0.7.0 ) - 2023-08-18
3735
@@ -73,11 +71,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7371
7472## Features
7573- ** add ` Clone ` impl to encoder types - [ zackangelo] , [ pull/515] **
76- Consistently derive ` Clone ` on all encoder types.
74+ Consistently derive ` Clone ` on all encoder types.
7775
7876 [ zackangelo ] : https://github.com/zackangelo
7977 [ pull/515 ] : https://github.com/apollographql/apollo-rs/pull/515
80-
78+
8179# [ 0.5.0] ( https://crates.io/crates/apollo-encoder/0.5.0 ) - 2023-02-17
8280
8381## BREAKING
0 commit comments