We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2267060 commit 2069566Copy full SHA for 2069566
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Revision history for dap
2
3
+## 0.6.0.0 -- 2026-05-04
4
+
5
+* Keep track of the client capabilities reported by the Initialize request in
6
+ the session (#32)
7
8
## 0.5.0.0 -- 2026-04-15
9
10
* No longer print "Handling" messages which cause confusion wrt actual errors occurring (#30)
dap.cabal
@@ -1,5 +1,5 @@
name: dap
-version: 0.5.0.0
+version: 0.6.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