Skip to content

Commit 92c9583

Browse files
Merge pull request #28 from DEVtheOPS/release-please--branches--main--components--opencode-plugin-otel
chore(main): release 0.7.0
2 parents db66f87 + 6b6ffee commit 92c9583

3 files changed

Lines changed: 18 additions & 3 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.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

77
---
88

9+
## [0.7.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.6.0...v0.7.0) (2026-04-13)
10+
11+
12+
### Features
13+
14+
* **otel:** add OTLP HTTP exporter support ([d679862](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/d679862a88df831685e142fb0cb40db16225d5c8))
15+
16+
17+
### Bug Fixes
18+
19+
* Add oc-plugin key to package.json ([9975938](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/997593887d055715a1429bd9b0d3d30c23516111))
20+
* Added oc-plugin key to package.json ([db66f87](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/db66f87d6a08fd0ee0b6d11e362ca6e4c60c3e5a))
21+
922
## [Unreleased]
1023

1124
### Features

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"typecheck": "tsc --noEmit"
6060
},
6161
"type": "module",
62-
"version": "0.6.0",
63-
"oc-plugin": ["server"]
62+
"version": "0.7.0",
63+
"oc-plugin": [
64+
"server"
65+
]
6466
}

0 commit comments

Comments
 (0)