Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna committed Apr 13, 2023
1 parent ff2df97 commit 562a566
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions crates/apollo-encoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.5.1](https://crates.io/crates/apollo-encoder/0.5.1) - 2023-04-13

## Featues
- **add `Clone` impl to encoder types - [zackangelo], [pull/515]**
Consistently derive `Clone` on all encoder types.

[zackangelo]: https://github.com/zackangelo
[pull/515]: https://github.com/apollographql/apollo-rs/pull/515

# [0.5.0](https://crates.io/crates/apollo-encoder/0.5.0) - 2023-02-17

## BREAKING
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-encoder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-encoder"
version = "0.5.0"
version = "0.5.1"
authors = [
"Irina Shestak <[email protected]>",
"Benjamin Coenen <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-encoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add this to your `Cargo.toml` to start using `apollo-encoder`:
```toml
# Just an example, change to the necessary package version.
[dependencies]
apollo-encoder = "0.4.0"
apollo-encoder = "0.5.1"
```

Or using [cargo-edit]:
Expand Down

0 comments on commit 562a566

Please sign in to comment.