Skip to content

Commit 010f299

Browse files
author
CI Brevz
committed
0.3.3
1 parent 1772a3f commit 010f299

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.3]
11+
912
### Misc
1013

11-
- Fix some README.md
14+
- Fix some README.md
1215

1316
## [0.3.2]
1417

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

6164
- Boot repo
6265

63-
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.2...HEAD
66+
[Unreleased]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.3...HEAD
67+
68+
[0.3.3]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.2...v0.3.3
6469

6570
[0.3.2]: https://github.com/Miaxos/async_graphql_apollo_studio_extension/compare/v0.3.1...v0.3.2
6671

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.3.2"
3+
version = "0.3.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)