Skip to content

Commit 494d9cb

Browse files
committed
v0.7.0. and CHANGELOG
1 parent 827e9da commit 494d9cb

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
39
## 0.6.0.0 -- 2026-05-04
410

511
* Keep track of the client capabilities reported by the Initialize request in

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.6.0.0
2+
version: 0.7.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)