Skip to content

Commit ab56c32

Browse files
author
CI Brevz
committed
0.3.0
1 parent f510c4b commit ab56c32

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.3.0]
11+
912
### Feat
1013

11-
- Add schema export to apollo
14+
- Add schema export to apollo
1215

1316
## [0.2.4]
1417

@@ -42,7 +45,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4245

4346
- Boot repo
4447

45-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.4...HEAD
48+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.0...HEAD
49+
50+
[0.3.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.4...v0.3.0
4651

4752
[0.2.4]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.2.3...v0.2.4
4853

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-extension-apollo-tracing"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Anthony Griffon <[email protected]>"]
55
description = "An async_graphql extension to send traces & metrics to Apollo Studio"
66
readme = "README.md"

0 commit comments

Comments
 (0)