Skip to content

Commit 0ff1a69

Browse files
committed
chore: implement review suggestions
1 parent 3c9e01e commit 0ff1a69

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release-proposal-dispatch.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- libdd-dogstatsd-client
1515
- libdd-library-config
1616
- libdd-log
17-
- libdd-otel-thread-ctx
1817
- libdd-profiling
1918
- libdd-profiling-protobuf
2019
- libdd-telemetry

libdd-otel-thread-ctx/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 1.0.0 - 2026-04-10
4+
5+
Initial release.

libdd-otel-thread-ctx/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ repository = "https://github.com/DataDog/libdatadog/tree/main/libdd-otel-thread-
1010
edition.workspace = true
1111
rust-version.workspace = true
1212
license.workspace = true
13+
publish = false
1314

1415
[lib]
1516
crate-type = ["lib"]

0 commit comments

Comments
 (0)