Skip to content

Commit ea55a11

Browse files
Merge pull request #12 from DEVtheOPS/release-please--branches--main--components--opencode-plugin-otel
chore(main): release 0.4.0
2 parents 8ec7c48 + 2670922 commit ea55a11

3 files changed

Lines changed: 16 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.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

77
---
88

9+
## [0.4.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.3.0...v0.4.0) (2026-03-15)
10+
11+
12+
### Features
13+
14+
* **config:** add OPENCODE_DISABLE_METRICS to suppress individual metrics ([8ec7c48](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/8ec7c486d102921829a26d1f377df6aa20d988ad))
15+
* **config:** add OPENCODE_DISABLE_METRICS to suppress individual metrics ([2df1376](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/2df13762a406040cca464caa5b6b7866bbcc516d))
16+
17+
18+
### Bug Fixes
19+
20+
* **ci:** remove NODE_AUTH_TOKEN to allow OIDC trusted publishing ([fa4cbc7](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/fa4cbc72d5e32ac471f3291b154f5b7c1c5aa097))
21+
* **config:** address code review findings on disable-metrics feature ([1929327](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/1929327d29eb130280625b41d2a3d36be1cdc52f))
22+
923
## [0.3.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.2.1...v0.3.0) (2026-03-14)
1024

1125
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"typecheck": "tsc --noEmit"
2929
},
3030
"type": "module",
31-
"version": "0.3.0"
31+
"version": "0.4.0"
3232
}

0 commit comments

Comments
 (0)