Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 3, 2024
1 parent f7b6bf0 commit 21c70b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### Unreleased

### v0.23.0: 3 August 2024

#### Improvements

- Added support for attaching with the debug adapter to remote nodes
- Debug Adapter protocol `source` request implemented
- Added presentation hints to debug scopes
- Breakpoints are now annotated as failed if setting them fails

#### Fixes

- Fixed a deadlock in debug adapter when meta process is not alive

### v0.22.1: 10 July 2024

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.1
0.23.0

0 comments on commit 21c70b1

Please sign in to comment.