Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Sep 2, 2020
1 parent 94dd93c commit d0e5f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the debug adapter will be documented in this file.

## [0.4.2]
- Improve handling of cyclic references
- Ignore breakpoints from other languages
- Fix suspension policy on user breakpoints

## [0.4.1]
- Emit threads in attached VM correctly
- Fix breakpoint placements in local classes
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.1
projectVersion=0.4.2
kotlinVersion=1.3.40

0 comments on commit d0e5f76

Please sign in to comment.