Skip to content

Commit 2428032

Browse files
chore(main): release 0.10.0
1 parent 7bd8693 commit 2428032

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and
66

77
---
88

9+
## [0.10.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.9.0...v0.10.0) (2026-05-07)
10+
11+
12+
### Features
13+
14+
* **otel:** prewarm dynamic OTLP headers helper ([6f62b8b](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/6f62b8bc03382c2d451d0538d72dffb44757b16c))
15+
916
## [0.9.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.8.0...v0.9.0) (2026-05-01)
1017

1118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"prepack": "bun run build"
7474
},
7575
"type": "module",
76-
"version": "0.9.0"
76+
"version": "0.10.0"
7777
}

0 commit comments

Comments
 (0)