Skip to content

Commit d41e782

Browse files
author
CI async_graphql
committed
1.0.0
1 parent a01c0ca commit d41e782

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ 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+
## [1.0.0]
11+
912
### Feat
1013

11-
- Add async-std-comp & tokio-comp features
12-
- Runtime agnostic
14+
- Add async-std-comp & tokio-comp features
15+
- Runtime agnostic
1316

1417
### Fix
1518

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

110113
- Boot repo
111114

112-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.2...HEAD
115+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.0...HEAD
116+
117+
[1.0.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.2...v1.0.0
113118

114119
[0.4.2]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.1...v0.4.2
115120

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.4.2"
3+
version = "1.0.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)