packages feed

shibuya-metrics 0.9.0.0 → 0.9.0.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~shibuya-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: shibuya-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Changelog +## 0.9.0.1 — 2026-09-15++Version bumped to track `shibuya-core` 0.9.0.1. The core dependency bound is+updated to `^>=0.9.0.1`; no user-visible changes to `shibuya-metrics` itself.+ ## 0.9.0.0 — 2026-08-10  Version bumped to track `shibuya-core` 0.9.0.0. The core dependency bound is
shibuya-metrics.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.12 name: shibuya-metrics-version: 0.9.0.0+version: 0.9.0.1 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.9.0.0,+    shibuya-core ^>=0.9.0.1,     stm ^>=2.5,     text ^>=2.1,     time ^>=1.14,