Skip to content

Commit

Permalink
bump apollo-composition to 0.2.1 for release (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyburdette authored Jan 24, 2025
1 parent 94809d2 commit eebd914
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions apollo-composition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1

- Prepend `[subgraph_name]` to Issue messages for better error attribution.

## 0.2.0

- Pin `apollo-federation` to 2.0.0-preview.4 to prevent future breaking changes
Expand Down
6 changes: 4 additions & 2 deletions apollo-composition/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-composition"
version = "0.2.0"
version = "0.2.1"
license = "Elastic-2.0"
edition = "2021"
authors = ["Apollo Developers <[email protected]>"]
Expand All @@ -11,5 +11,7 @@ repository = "https://github.com/apollographql/federation-rs/"
[dependencies]
apollo-compiler = { workspace = true }
apollo-federation = "=2.0.0-preview.4"
apollo-federation-types = { version = "0.15.1", path = "../apollo-federation-types", features = ["composition"] }
apollo-federation-types = { version = "0.15.1", path = "../apollo-federation-types", features = [
"composition",
] }
either = "1.12.0"

0 comments on commit eebd914

Please sign in to comment.