Skip to content

Commit 24c9463

Browse files
Merge pull request #18 from DEVtheOPS/release-please--branches--main--components--opencode-plugin-otel
chore(main): release 0.5.0
2 parents 2d12f88 + 6426514 commit 24c9463

3 files changed

Lines changed: 9 additions & 4 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.4.1"
2+
".": "0.5.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 2 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.5.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.4.1...v0.5.0) (2026-03-21)
10+
11+
12+
### Features
13+
14+
* **handlers:** add agent usage metrics and sub-agent tracking ([2d12f88](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/2d12f8846425075c4d8aac1573ac6e488bf868c3))
15+
916
## [0.4.1](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.4.0...v0.4.1) (2026-03-16)
1017

1118

@@ -21,8 +28,6 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and
2128
### Features
2229

2330
* **config:** add OPENCODE_DISABLE_METRICS to suppress individual metrics ([8ec7c48](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/8ec7c486d102921829a26d1f377df6aa20d988ad))
24-
* **config:** add OPENCODE_DISABLE_METRICS to suppress individual metrics ([2df1376](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/2df13762a406040cca464caa5b6b7866bbcc516d))
25-
2631

2732
### Bug Fixes
2833

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtheops/opencode-plugin-otel",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "OpenTelemetry telemetry plugin for opencode CLI",
55
"keywords": [
66
"opentelemetry",

0 commit comments

Comments
 (0)