We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e5f7c commit e7cdc32Copy full SHA for e7cdc32
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Revision history for dap
2
3
+## 0.5.0.0 -- 2026-04-15
4
+
5
+* No longer print "Handling" messages which cause confusion wrt actual errors occurring (#30)
6
+* Make sure sendError sends ErrorResponse when serviceClient throws an error (#27)
7
8
+## 0.4.0.0 -- 2026-01-14
9
10
+* Fix the field names of ExceptionInfoResponse (#26)
11
12
## 0.3.0.0 -- 2025-10-03
13
14
### Main library changes
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
0 commit comments