We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 827e9da commit 494d9cbCopy full SHA for 494d9cb
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for dap
2
3
+## 0.7.0.0 -- 2026-05-20
4
+
5
+* Fix exceptionOptions DAP conformance: it should be a list
6
+* Fix reverse request: don't include response seq number which trips up some
7
+ DAP clients
8
9
## 0.6.0.0 -- 2026-05-04
10
11
* Keep track of the client capabilities reported by the Initialize request in
dap.cabal
@@ -1,5 +1,5 @@
name: dap
-version: 0.6.0.0
+version: 0.7.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