Skip to content

Commit

Permalink
Release of apollo-composition 0.1.2 and apollo-federation-types 0.14.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
pubmodmatt authored Sep 11, 2024
1 parent 6c2a7fc commit cc20fda
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

## 0.1.2

* Updated dependencies
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.1"
version = "0.1.2"
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 = "1.0.0-beta.20"
apollo-federation = "2.0.0-alpha.5"
apollo-federation-types = { version="0.14.0-alpha.1", path = "../apollo-federation-types" }
apollo-federation = "2.0.0-alpha.6"
apollo-federation-types = { version="0.14.0", path = "../apollo-federation-types" }
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.14.0 - 2024-09-09
## 0.14.0 - 2024-09-11

### Breaking changes

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.14.0-alpha.2"
version = "0.14.0"

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

0 comments on commit cc20fda

Please sign in to comment.