From 23e4159324932de7b2733c64ba7c592383a94e01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 19:54:34 +0000 Subject: [PATCH 1/2] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c08b8f..4a9b048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and --- +## [0.3.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.2.1...v0.3.0) (2026-03-14) + + +### Features + +* **observability:** add debug logging and enhanced metrics ([a1b0a8c](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/a1b0a8cf5263080cf9623355e5161fb88f20e2f1)) +* **observability:** add debug logging and enhanced metrics (v0.3.0) ([46681d8](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/46681d816dbe34049ef9abccc35cc5b023d5fbdd)) + + +### Bug Fixes + +* **otel:** use UCUM-compliant unit strings for all metric instruments ([46681d8](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/46681d816dbe34049ef9abccc35cc5b023d5fbdd)) +* **otel:** use UCUM-compliant unit strings for all metric instruments ([040b0b3](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/040b0b3f8b353785e976bbfd59d43250bfb58ef6)) + ## [0.2.0] — 2026-03-11 ### Changed From 5907beed34d038b0de4e12178f374f8506ba3dcc Mon Sep 17 00:00:00 2001 From: Marc <157699+digitalfiz@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:58:08 -0400 Subject: [PATCH 2/2] Remove duplicate changelog entries Removed duplicate entries for observability features and bug fixes in the changelog. --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9b048..4c7f679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,10 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and ### Features * **observability:** add debug logging and enhanced metrics ([a1b0a8c](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/a1b0a8cf5263080cf9623355e5161fb88f20e2f1)) -* **observability:** add debug logging and enhanced metrics (v0.3.0) ([46681d8](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/46681d816dbe34049ef9abccc35cc5b023d5fbdd)) - ### Bug Fixes * **otel:** use UCUM-compliant unit strings for all metric instruments ([46681d8](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/46681d816dbe34049ef9abccc35cc5b023d5fbdd)) -* **otel:** use UCUM-compliant unit strings for all metric instruments ([040b0b3](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/040b0b3f8b353785e976bbfd59d43250bfb58ef6)) ## [0.2.0] — 2026-03-11