We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664703c commit cc57185Copy full SHA for cc57185
opentelemetry/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v0.11.2](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.11.1...v0.11.2)
4
+
5
+# Fixed
6
7
+- Fix possible deadlock when dropping metric instruments #407
8
9
## [v0.11.1](https://github.com/open-telemetry/opentelemetry-rust/compare/v0.11.0...v0.11.1)
10
11
# Fixed
opentelemetry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "opentelemetry"
-version = "0.11.1"
+version = "0.11.2"
authors = ["OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>"]
description = "A metrics collection and distributed tracing framework"
homepage = "https://github.com/open-telemetry/opentelemetry-rust"
0 commit comments