From 61edf5f5e30231a20e24f5f897b43cc63115a0e1 Mon Sep 17 00:00:00 2001 From: Rodrigo Mesquita Date: Wed, 15 Apr 2026 18:06:19 +0100 Subject: [PATCH] Bump to 0.5 and update CHANGELOG --- CHANGELOG.md | 9 +++++++++ dap.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c974b..8167550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Revision history for dap +## 0.5.0.0 -- 2026-04-15 + +* No longer print "Handling" messages which cause confusion wrt actual errors occurring (#30) +* Make sure sendError sends ErrorResponse when serviceClient throws an error (#27) + +## 0.4.0.0 -- 2026-01-14 + +* Fix the field names of ExceptionInfoResponse (#26) + ## 0.3.0.0 -- 2025-10-03 ### Main library changes diff --git a/dap.cabal b/dap.cabal index 6c7d352..b9261c6 100644 --- a/dap.cabal +++ b/dap.cabal @@ -1,5 +1,5 @@ name: dap -version: 0.4.0.0 +version: 0.5.0.0 description: A library for the Debug Adaptor Protocol (DAP) synopsis: A debug adaptor protocol library bug-reports: https://github.com/haskell-debugger/dap/issues