Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Nov 29, 2022
1 parent 06cd0a7 commit 1a2e530
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions crates/apollo-encoder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.4.0](https://crates.io/crates/apollo-encoder/0.4.0) - 2022-11-29

## BREAKING
- **[email protected] - [goto-bus-stop], [pull/371], [pull/376]**

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/371]: https://github.com/apollographql/apollo-rs/pull/371
[pull/376]: https://github.com/apollographql/apollo-rs/pull/376

# [0.3.4](https://crates.io/crates/apollo-encoder/0.3.4) - 2022-11-04
## Maintenance
- **[email protected] - [lrlna], [pull/348]**
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.3.4"
version = "0.4.0"
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.3.3"
apollo-encoder = "0.4.0"
```

Or using [cargo-edit]:
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.30"

[dev-dependencies]
miette = { version = "3.2.0", features = ["fancy"] }
apollo-encoder = { path = "../apollo-encoder", version = "0.3.3", features = [
apollo-encoder = { path = "../apollo-encoder", version = "0.4.0", features = [
"apollo-parser",
] }
anyhow = "1.0.66"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-smith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ categories = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
apollo-encoder = { path = "../apollo-encoder", version = "0.3.4" }
apollo-encoder = { path = "../apollo-encoder", version = "0.4.0" }
apollo-parser = { path = "../apollo-parser", version = "0.4.0", optional = true }
arbitrary = { version = "1.0.3", features = ["derive"] }
once_cell = "1.9.0"
Expand Down

0 comments on commit 1a2e530

Please sign in to comment.