Skip to content

Commit 5ac07e6

Browse files
chore(main): release 1.0.0
1 parent 174dba2 commit 5ac07e6

3 files changed

Lines changed: 20 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.9.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

77
---
88

9+
## [1.0.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.9.0...v1.0.0) (2026-05-18)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* **handlers:** opencode.lines_of_code.count semantics have changed. Dashboards that sum() the counter previously saw inflated numbers; they will now see the correct net session totals. Existing queries do not need to change, but the numeric results will be smaller (and correct).
15+
16+
### Features
17+
18+
* **otel:** prewarm dynamic OTLP headers helper ([6f62b8b](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/6f62b8bc03382c2d451d0538d72dffb44757b16c))
19+
20+
21+
### Bug Fixes
22+
23+
* **handlers:** address code-review feedback on lines_of_code semantics ([a25022c](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/a25022c17cb912dedfe0dcd3b092db7bbee97e85))
24+
* **handlers:** address maintainer feedback on lines_of_code semantics ([7f0802a](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/7f0802a914ae7bcfe39d0b31310a4809b7427b44))
25+
* **handlers:** emit lines_of_code.count as session delta, add .total gauge ([9eaefc7](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/9eaefc7eaab3c5bdfdc2b66ae5056fc89025b249))
26+
927
## [0.9.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.8.0...v0.9.0) (2026-05-01)
1028

1129

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"prepack": "bun run build"
7474
},
7575
"type": "module",
76-
"version": "0.9.0"
76+
"version": "1.0.0"
7777
}

0 commit comments

Comments
 (0)