Skip to content

Commit

Permalink
Version 0.2.0, CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jisedlac committed Jul 9, 2024
1 parent 90536c4 commit 5cc5ea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions integrations/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log

## Version 0.2.0
* [GH-570](https://github.com/oracle/visualvm/issues/570): (enhancement) VSCode Extension - add custom cpu profiler filter
* [GH-572](https://github.com/oracle/visualvm/issues/572): (bugfix) VSCode Extension - JDK Path with Spaces not working
* [GH-576](https://github.com/oracle/visualvm/issues/576): (bugfix) VS Code Extension - Usability Issues on macOS
* [GH-581](https://github.com/oracle/visualvm/issues/581): (bugfix) Conflict between vscode visualvm extension and run test with coverage

## Version 0.1.0
* Initial release
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "visualvm-vscode",
"displayName": "VisualVM for VS Code",
"description": "VisualVM integration for Visual Studio Code",
"version": "0.1.0",
"version": "0.2.0",
"preview": true,
"license": "GPLv2+CPE",
"publisher": "oracle-labs-graalvm",
Expand Down

0 comments on commit 5cc5ea9

Please sign in to comment.