-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e54dff9
commit 328aa58
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm | |
## Maintenance | ||
## Documentation --> | ||
# [0.5.0](https://crates.io/crates/apollo-encoder/0.5.0) - 2023-02-17 | ||
|
||
## BREAKING | ||
- **[email protected] - [goto-bus-stop], [pull/459]** | ||
|
||
This updates the version of `apollo-parser` required by the `TryFrom` | ||
implementations in this crate. | ||
|
||
[goto-bus-stop]: https://github.com/goto-bus-stop | ||
[pull/459]: https://github.com/apollographql/apollo-rs/pull/459 | ||
|
||
## Features | ||
- **make `FromError` public - [Geal], [pull/453]** | ||
|
||
In the `TryFrom` implementations for `apollo-parser` types, the error type was not public, so you could not wrap conversion errors in your own error types or name it in return values. Now you can use `apollo_encoder::FromError`. | ||
|
||
[Geal]: https://github.com/Geal | ||
[pull/453]: https://github.com/apollographql/apollo-rs/pull/453 | ||
|
||
# [0.4.0](https://crates.io/crates/apollo-encoder/0.4.0) - 2022-11-29 | ||
|
||
## BREAKING | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "apollo-encoder" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = [ | ||
"Irina Shestak <[email protected]>", | ||
"Benjamin Coenen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters