Skip to content

Commit 71164a0

Browse files
authored
Merge pull request #31 from haskell-debugger/wip/romes/0.5
Bump version to 0.5 and update CHANGELOG
2 parents 27f6b22 + 61edf5f commit 71164a0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.5.0.0 -- 2026-04-15
4+
5+
* No longer print "Handling" messages which cause confusion wrt actual errors occurring (#30)
6+
* Make sure sendError sends ErrorResponse when serviceClient throws an error (#27)
7+
8+
## 0.4.0.0 -- 2026-01-14
9+
10+
* Fix the field names of ExceptionInfoResponse (#26)
11+
312
## 0.3.0.0 -- 2025-10-03
413

514
### Main library changes

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.4.0.0
2+
version: 0.5.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)