tricorder-mcp 0.1.2.2 → 0.1.3.0
raw patch · 2 files changed
+13/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- tricorder-mcp.cabal +7/−1
CHANGELOG.md view
@@ -7,6 +7,12 @@ ## [Unreleased] +## [0.1.3.0] - 2026-09-17++### Added++- Proper support for GHC 9.14.+ ## [0.1.2.2] - 2026-09-16 ### Changed
tricorder-mcp.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: tricorder-mcp-version: 0.1.2.2+version: 0.1.3.0 synopsis: MCP server for Tricorder description: Model Context Protocol server for Tricorder. category: AI,@@ -17,6 +17,12 @@ license: MIT license-file: LICENSE build-type: Simple+tested-with:+ GHC == 9.14.1+ , GHC == 9.6.7+ , GHC == 9.8.4+ , GHC == 9.10.3+ , GHC == 9.12.4 extra-doc-files: README.md CHANGELOG.md