File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.3]
11
+
10
12
### Misc
11
13
12
- - Commit Cargo.lock ... (idk why it was in the .gitignore)
14
+ - Commit Cargo.lock ... (idk why it was in the .gitignore)
13
15
14
16
## [ 1.0.2]
15
17
@@ -128,7 +130,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
130
129
131
- Boot repo
130
132
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
132
136
133
137
[ 1.0.2 ] : https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v1.0.1...v1.0.2
134
138
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-graphql-extension-apollo-tracing"
3
- version = " 1.0.2 "
3
+ version = " 1.0.3 "
4
4
authors = [
" Anthony Griffon <[email protected] >" ]
5
5
description = " An async_graphql extension to send traces & metrics to Apollo Studio"
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments