Skip to content

Commit c4a1a8c

Browse files
chore(fake-opentelemetry-collector): release v0.33.0 (#303)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2f7097a commit c4a1a8c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

fake-opentelemetry-collector/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.33.0](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/fake-opentelemetry-collector-v0.32.0...fake-opentelemetry-collector-v0.33.0) - 2025-11-22
10+
11+
### <!-- 2 -->Added
12+
13+
- *(metrics)* add support for metrics to the `fake-opentelemetry-collector` ([#302](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/pull/302))
14+
915
## [0.32.0](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/compare/fake-opentelemetry-collector-v0.28.0...fake-opentelemetry-collector-v0.32.0) - 2025-06-03
1016

1117
### <!-- 2 -->Added

fake-opentelemetry-collector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
keywords = ["tracing", "opentelemetry", "faker", "mock"]
66
categories = ["development-tools::testing"]
77
edition.workspace = true
8-
version = "0.32.0"
8+
version = "0.33.0"
99
authors.workspace = true
1010
repository.workspace = true
1111
license.workspace = true

testing-tracing-opentelemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license.workspace = true
1414

1515
[dependencies]
1616
assert2 = { workspace = true }
17-
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.32" }
17+
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.33" }
1818
insta = { workspace = true }
1919
opentelemetry = { workspace = true }
2020
opentelemetry_sdk = { workspace = true }

0 commit comments

Comments
 (0)