Skip to content

Commit 847792f

Browse files
Merge pull request #75 from DEVtheOPS/release-please--branches--main--components--opencode-plugin-otel
2 parents 9693522 + 213b784 commit 847792f

3 files changed

Lines changed: 10 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-
".": "1.2.0"
2+
".": "1.2.1"
33
}

CHANGELOG.md

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

77
---
88

9+
## [1.2.1](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.0...v1.2.1) (2026-06-25)
10+
11+
12+
### Bug Fixes
13+
14+
* **tracing:** key runs by user message id ([0e43ecc](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/0e43ecc54d79916db50bd119d76efe8d61fad433))
15+
* **tracing:** scope root spans to runs ([8e8e5ca](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/8e8e5ca78dac39da32016c1fe3eb8fac59625634))
16+
917
## [1.2.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.1.0...v1.2.0) (2026-06-20)
1018

1119

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@
7777
},
7878
"type": "module",
7979
"types": "dist/index.d.ts",
80-
"version": "1.2.0"
80+
"version": "1.2.1"
8181
}

0 commit comments

Comments
 (0)