kiroku-otel 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+11/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- kiroku-otel.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,14 @@ # kiroku-otel changelog +## 0.2.0.6 — 2026-08-15++### Other Changes++* Built with `ghc-options: -Wall -Werror=incomplete-patterns`, matching every+ other package in the repository. The tracer's `KirokuEvent` match was+ already exhaustive, so no source change was required and no `kiroku-otel`+ API or runtime behavior changed.+ ## 0.2.0.5 — 2026-08-13 ### Other Changes
kiroku-otel.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kiroku-otel-version: 0.2.0.5+version: 0.2.0.6 synopsis: OpenTelemetry W3C trace-context helpers for Kiroku event metadata @@ -33,7 +33,7 @@ OverloadedLabels OverloadedStrings - ghc-options: -Wall+ ghc-options: -Wall -Werror=incomplete-patterns library import: common