Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Revision history for dap

## 0.5.0.0 -- 2026-04-15

* No longer print "Handling" messages which cause confusion wrt actual errors occurring (#30)
* Make sure sendError sends ErrorResponse when serviceClient throws an error (#27)

## 0.4.0.0 -- 2026-01-14

* Fix the field names of ExceptionInfoResponse (#26)

## 0.3.0.0 -- 2025-10-03

### Main library changes
Expand Down
2 changes: 1 addition & 1 deletion dap.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading