Skip to content

Commit 2e5810e

Browse files
committed
CHANGELOG for 0.13.1
Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent b26fc57 commit 2e5810e

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Tools for MicroProfile Changelog
22

3+
## [0.14.0](https://github.com/redhat-developer/vscode-microprofile/milestone/15?closed=1) (April 22, 2025)
4+
5+
### Performance
6+
* Skip making a fake project if only sources are being scanned. See [eclipse-lsp4mp/lsp4mp#494](https://github.com/eclipse-lsp4mp/lsp4mp/pull/494).
7+
8+
### Bug Fixes
9+
* Do not suggest method or field snippets when the cursor is outside the top level type declaration. See [eclipse-lsp4mp/lsp4mp#476](https://github.com/eclipse-lsp4mp/lsp4mp/pull/476).
10+
* Guard against annotation binding failing to resolve. See [eclipse-lsp4mp/lsp4mp#492](https://github.com/eclipse-lsp4mp/lsp4mp/pull/492).
11+
* Fix cases where the JDT component would sometimes fail to find an inner class. See [eclipse-lsp4mp/lsp4mp#479](https://github.com/eclipse-lsp4mp/lsp4mp/pull/479), [#480](https://github.com/eclipse-lsp4mp/lsp4mp/pull/480).
12+
313
## [0.13.0](https://github.com/redhat-developer/vscode-microprofile/milestone/14?closed=1) (October 22, 2024)
414

515
### Bug Fixes

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-microprofile",
33
"displayName": "Tools for MicroProfile",
44
"description": "Language Support for Eclipse MicroProfile",
5-
"version": "0.13.1",
5+
"version": "0.14.0",
66
"icon": "icons/logo.png",
77
"author": "Red Hat",
88
"publisher": "redhat",

0 commit comments

Comments
 (0)