Skip to content

Commit

Permalink
release new versions (#612)
Browse files Browse the repository at this point in the history
apollo-composition@0.2.0
apollo-federation-types@0.15.1

Pull in new apollo-federation@2.0.0-preview.4
  • Loading branch information
nicholascioli authored Jan 16, 2025
1 parent 818de3b commit 5e7c6f7
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
29 changes: 25 additions & 4 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions apollo-composition/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 0.2.0 - Unreleased
## 0.2.0

- Pin `apollo-federation` to 2.0.0-preview.4 to prevent future breaking changes
- Move `Issue`, `Severity`, and `SubgraphLocation` to new `apollo_federation_types::composition` module so some
consumers can avoid pulling in extra dependencies. Requires `apollo_federation_types`
- Move `Issue`, `Severity`, and `SubgraphLocation` to new `apollo_federation_types::composition` module so some
consumers can avoid pulling in extra dependencies. Requires `apollo_federation_types`

## 0.1.6
- Update to `apollo-federation` 2.0.0-preview.3
Expand Down
6 changes: 3 additions & 3 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.1.6"
version = "0.2.0"
license = "Elastic-2.0"
edition = "2021"
authors = ["Apollo Developers <opensource@apollographql.com>"]
Expand All @@ -10,6 +10,6 @@ repository = "https://github.com/apollographql/federation-rs/"

[dependencies]
apollo-compiler = { workspace = true }
apollo-federation = { version = "2.0.0-preview.3", git = "https://github.com/apollographql/router.git", branch = "next" }
apollo-federation-types = { version = "0.15.0", path = "../apollo-federation-types", features = ["composition"] }
apollo-federation = "=2.0.0-preview.4"
apollo-federation-types = { version = "0.15.1", path = "../apollo-federation-types", features = ["composition"] }
either = "1.12.0"
2 changes: 1 addition & 1 deletion apollo-federation-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Not every version is listed here because versions before 0.14.0 did not have a changelog.

## 0.15.1 - Unreleased
## 0.15.1

### Features

Expand Down
2 changes: 1 addition & 1 deletion apollo-federation-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "apollo-federation-types"
readme = "README.md"
repository = "https://github.com/apollographql/federation-rs/"
version = "0.15.0"
version = "0.15.1"

[features]
default = ["config", "build", "build_plugin"]
Expand Down

0 comments on commit 5e7c6f7

Please sign in to comment.