Skip to content

Commit c759aa6

Browse files
github-actions[bot]Miaxos
authored andcommitted
chore: release
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c61c0a8 commit c759aa6

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.2.15](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.14...v3.2.15) - 2024-03-30
11+
12+
### Fixed
13+
- fixing libflate bug
14+
- fixing windows bug
15+
- fixing bug
16+
- fixing for windows
17+
18+
### Other
19+
- skipping uname call for windows too
20+
- different serde_json's
21+
- removing tracing-futures
22+
- formatting
23+
- using rust-protobuf
24+
- using protoc-bin-vendored
25+
- *(deps)* bump reqwest from 0.11.24 to 0.11.25
26+
1027
## [3.2.14](https://github.com/async-graphql/async_graphql_apollo_studio_extension/compare/v3.2.13...v3.2.14) - 2024-03-07
1128

1229
### Fixed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-extension-apollo-tracing"
3-
version = "3.2.14"
3+
version = "3.2.15"
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)