Skip to content

Commit cd7baa3

Browse files
committed
Version change: 0.3.0-dev -> 1.0.0-dev
1 parent 3a69f90 commit cd7baa3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

integrations/vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.0.0
4+
* First stable release
5+
* [GH-598](https://github.com/oracle/visualvm/issues/598): (bugfix) VSCode Extension - Source Roots don't work in VSCode extension
6+
37
## Version 0.2.0
48
* [GH-570](https://github.com/oracle/visualvm/issues/570): (enhancement) VSCode Extension - add custom cpu profiler filter
59
* [GH-572](https://github.com/oracle/visualvm/issues/572): (bugfix) VSCode Extension - JDK Path with Spaces not working

integrations/vscode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integrations/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "visualvm-vscode",
33
"displayName": "VisualVM for VS Code",
44
"description": "VisualVM integration for Visual Studio Code",
5-
"version": "0.3.0-dev",
5+
"version": "1.0.0-dev",
66
"preview": true,
77
"license": "GPLv2+CPE",
88
"publisher": "oracle-labs-graalvm",

0 commit comments

Comments
 (0)