Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
- Emit threads in attached VM correctly
- Fix breakpoint placements in local classes
  • Loading branch information
fwcd committed Jun 30, 2020
1 parent 9d2d71d commit c987ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the debug adapter will be documented in this file.

## [0.4.1]
- Emit threads in attached VM correctly
- Fix breakpoint placements in local classes

## [0.4.0]
- Emit thread start/exit events
- Support vm arguments
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
projectVersion=0.4.0
projectVersion=0.4.1
kotlinVersion=1.3.40

0 comments on commit c987ae2

Please sign in to comment.