diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0501d..4fd612a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,16 @@ # wgsl plugin Changelog ## [Unreleased] +### Added +- Fixed null pointer exception in the annotator ## [0.0.9] -### Added -- Changes from HolgerGottChristensen - - Initial code folding implementation - - A bracket matcher that matches common bracket types - - Updated annotator to annotate reserved keywords - - Added keyword completion contributor that allows for completing all built-in keywords. +### Added +- Changes from HolgerGottChristensen + - Initial code folding implementation + - A bracket matcher that matches common bracket types + - Updated annotator to annotate reserved keywords + - Added keyword completion contributor that allows for completing all built-in keywords. - Added built-in completion handler that completes all built-in functions. ## [0.0.8] diff --git a/gradle.properties b/gradle.properties index 3e625ce..0fc9367 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = wgslplugin pluginName = wgsl # SemVer format -> https://semver.org -pluginVersion = 0.0.9 +pluginVersion = 0.0.10 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.