Skip to content

Commit 2069566

Browse files
committed
Bump to 0.6 and update CHANGELOG
1 parent 2267060 commit 2069566

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for dap
22

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+
38
## 0.5.0.0 -- 2026-04-15
49

510
* No longer print "Handling" messages which cause confusion wrt actual errors occurring (#30)

dap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dap
2-
version: 0.5.0.0
2+
version: 0.6.0.0
33
description: A library for the Debug Adaptor Protocol (DAP)
44
synopsis: A debug adaptor protocol library
55
bug-reports: https://github.com/haskell-debugger/dap/issues

0 commit comments

Comments
 (0)