Skip to content

Commit 24f8679

Browse files
author
CI async_graphql
committed
1.0.3
1 parent 44dd4e7 commit 24f8679

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.3]
11+
1012
### Misc
1113

12-
- Commit Cargo.lock ... (idk why it was in the .gitignore)
14+
- Commit Cargo.lock ... (idk why it was in the .gitignore)
1315

1416
## [1.0.2]
1517

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

129131
- Boot repo
130132

131-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.2...HEAD
133+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.3...HEAD
134+
135+
[1.0.3]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.2...v1.0.3
132136

133137
[1.0.2]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.1...v1.0.2
134138

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 = "1.0.2"
3+
version = "1.0.3"
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)