Skip to content

Commit 09ea696

Browse files
Bump version and prepare changelog for 0.33.0 (#985)
* Bump version and prepare changelog for 0.33.0
1 parent 97aa63b commit 09ea696

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to the "vscode-java-debugger" extension will be documented i
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.33.0 - 2021-04-29
8+
### Added
9+
- Support inline values feature. [PR#977](https://github.com/microsoft/vscode-java-debug/pull/977).
10+
- Show VARIABLES with different data views. [PR#982](https://github.com/microsoft/vscode-java-debug/pull/982).
11+
- Adopt new APIs from vscode-tas-client. [#974](https://github.com/microsoft/vscode-java-debug/pull/974).
12+
13+
### Fixed
14+
- Breakpoints inside record methods don't work. [#973](https://github.com/microsoft/vscode-java-debug/issues/973).
15+
- Support environment variable for port number in launch.json debug configuration. [#962](https://github.com/microsoft/vscode-java-debug/issues/962).
16+
- Thanks for the contribution from [ZingBlue](https://github.com/ZingBlue): Spelling fix. [#968](https://github.com/microsoft/vscode-java-debug/pull/968).
17+
718
## 0.32.1 - 2021-03-23
819
### Fixed
920
- Cannot launch debug session using JDK 16. [#970](https://github.com/microsoft/vscode-java-debug/issues/970).

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-debug",
33
"displayName": "Debugger for Java",
44
"description": "A lightweight Java debugger for Visual Studio Code",
5-
"version": "0.32.1",
5+
"version": "0.33.0",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@@ -47,7 +47,7 @@
4747
}
4848
],
4949
"javaExtensions": [
50-
"./server/com.microsoft.java.debug.plugin-0.30.1.jar"
50+
"./server/com.microsoft.java.debug.plugin-0.31.0.jar"
5151
],
5252
"commands": [
5353
{

0 commit comments

Comments
 (0)