kiroku-metrics 0.1.0.6 → 0.1.0.7
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-metrics.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,14 @@ # Revision history for kiroku-metrics +## 0.1.0.7 -- 2026-08-15++### Other Changes++* Built with `ghc-options: -Wall -Werror=incomplete-patterns`, matching every+ other package in the repository. The fixed subscription metrics schema's+ `KirokuEvent` match was already exhaustive, so no source change was required+ and no `kiroku-metrics` API or runtime behavior changed.+ ## 0.1.0.6 -- 2026-08-13 ### Other Changes
kiroku-metrics.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: kiroku-metrics-version: 0.1.0.6+version: 0.1.0.7 synopsis: Metrics, health, and event-streaming HTTP endpoints for Kiroku @@ -34,7 +34,7 @@ OverloadedStrings RecordWildCards - ghc-options: -Wall+ ghc-options: -Wall -Werror=incomplete-patterns library import: common