Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
apollo-federation@0.0.3 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna committed Nov 8, 2023
1 parent 7a90e74 commit 22af49d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to `apollo-federation` will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- # [x.x.x] (unreleased) - 2023-mm-dd
> Important: X breaking changes below, indicated by **BREAKING**
## BREAKING
## Features
## Fixes
## Maintenance
## Documentation-->

# [0.0.3](https://crates.io/crates/apollo-federation/0.0.3) - 2023-11-08

## Features
- Extracting subgraph information from a supergraph for the purposes of query planning by [sachindshinde] in [pull/56]

[sachindshinde]: https://github.com/sachindshinde
[pull/56]: https://github.com/apollographql/federation-next/pull/56
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-federation"
version = "0.0.2"
version = "0.0.3"
authors = ["The Apollo GraphQL Contributors"]
edition = "2021"
description = "Apollo Federation"
Expand Down

0 comments on commit 22af49d

Please sign in to comment.