shibuya-metrics 0.2.0.0 → 0.3.0.0
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- shibuya-metrics.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog +## 0.3.0.0 — 2026-04-24++Version bumped to track `shibuya-core` 0.3.0.0. No user-visible changes+to `shibuya-metrics` itself.+ ## 0.2.0.0 — 2026-04-22 Version bumped to track `shibuya-core` 0.2.0.0. No user-visible changes
shibuya-metrics.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.14 name: shibuya-metrics-version: 0.2.0.0+version: 0.3.0.0 synopsis: Metrics web server for Shibuya queue processing framework description: Provides HTTP/JSON, Prometheus, and WebSocket endpoints for@@ -48,7 +48,7 @@ containers ^>=0.7, http-types ^>=0.12, prometheus-client ^>=1.1,- shibuya-core ^>=0.2.0.0,+ shibuya-core ^>=0.3.0.0, stm ^>=2.5, text ^>=2.1, time ^>=1.14,