Skip to content

Commit 5817ab7

Browse files
committed
Bump version to 0.2.6
1 parent b53a14a commit 5817ab7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to the debug adapter will be documented in this file.
33

4+
## [0.2.6]
5+
- Support for stepping into Java classes
6+
- Automatic termination of the debugger once the VM exits
7+
48
## [0.2.2]
59
- Move VSCode extension into external repository
610

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
projectVersion=0.2.5
1+
projectVersion=0.2.6
22
kotlinVersion=1.3.40

0 commit comments

Comments
 (0)