Skip to content

Commit 1d61445

Browse files
Release 0.4.1
### Bug Fixes * Normalize token and cost units for Claude compatibility ([a8b35dc](a8b35dc)) * **otel:** normalize session token and cost units ([12bfafe](12bfafe)) * **otel:** normalize token and cost units for claude compatibility ([aa3deca](aa3deca))
2 parents a8b35dc + 9160bce commit 1d61445

3 files changed

Lines changed: 11 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.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

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

77
---
88

9+
## [0.4.1](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.4.0...v0.4.1) (2026-03-16)
10+
11+
12+
### Bug Fixes
13+
14+
* Normalize token and cost units for Claude compatibility ([a8b35dc](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/a8b35dc65e84c646b40abccc534afb6110ba2f26))
15+
* **otel:** normalize session token and cost units ([12bfafe](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/12bfafe6b5c31c9a8ec8db09b1cd3c83a8b39ad4))
16+
* **otel:** normalize token and cost units for claude compatibility ([aa3deca](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/aa3deca8cd3323a5d1f9fc749b43d0992f1ba50a))
17+
918
## [0.4.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.3.0...v0.4.0) (2026-03-15)
1019

1120

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.4.0"
31+
"version": "0.4.1"
3232
}

0 commit comments

Comments
 (0)