Skip to content

Commit e60e0d3

Browse files
Prepare 0.32.1 release (#971)
1 parent 3987fe3 commit e60e0d3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.32.1 - 2021-03-23
8+
### Fixed
9+
- Cannot launch debug session using JDK 16. [#970](https://github.com/microsoft/vscode-java-debug/issues/970).
10+
711
## 0.32.0 - 2021-03-12
812
### Added
913
- Adopt TAS client for A/B testing. [PR#959](https://github.com/microsoft/vscode-java-debug/pull/959).

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
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.0",
5+
"version": "0.32.1",
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.0.jar"
50+
"./server/com.microsoft.java.debug.plugin-0.30.1.jar"
5151
],
5252
"commands": [
5353
{

0 commit comments

Comments
 (0)