Skip to content

Commit cfe57d2

Browse files
author
CI async_graphql
committed
1.0.1
1 parent 255edc4 commit cfe57d2

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+
## [1.0.1]
11+
912
### Fix
1013

11-
- Fix CI publish command, we can't build it with every features, we have to choose the runtime.
14+
- Fix CI publish command, we can't build it with every features, we have to choose the runtime.
1215

1316
## [1.0.0]
1417

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

116119
- Boot repo
117120

118-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.0...HEAD
121+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.1...HEAD
122+
123+
[1.0.1]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.0...v1.0.1
119124

120125
[1.0.0]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.4.2...v1.0.0
121126

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.0"
3+
version = "1.0.1"
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)