Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 14, 2019
1 parent b53a14a commit 5817ab7
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.2.6]
- Support for stepping into Java classes
- Automatic termination of the debugger once the VM exits

## [0.2.2]
- Move VSCode extension into external repository

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.2.5
projectVersion=0.2.6
kotlinVersion=1.3.40

0 comments on commit 5817ab7

Please sign in to comment.