Skip to content

Commit 7d8255b

Browse files
committed
Updated version and changelog
1 parent b61de11 commit 7d8255b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
# wgsl plugin Changelog
44

55
## [Unreleased]
6+
### Added
7+
- Fixed null pointer exception in the annotator
68

79
## [0.0.9]
8-
### Added
9-
- Changes from HolgerGottChristensen
10-
- Initial code folding implementation
11-
- A bracket matcher that matches common bracket types
12-
- Updated annotator to annotate reserved keywords
13-
- Added keyword completion contributor that allows for completing all built-in keywords.
10+
### Added
11+
- Changes from HolgerGottChristensen
12+
- Initial code folding implementation
13+
- A bracket matcher that matches common bracket types
14+
- Updated annotator to annotate reserved keywords
15+
- Added keyword completion contributor that allows for completing all built-in keywords.
1416
- Added built-in completion handler that completes all built-in functions.
1517

1618
## [0.0.8]

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = wgslplugin
55
pluginName = wgsl
66
# SemVer format -> https://semver.org
7-
pluginVersion = 0.0.9
7+
pluginVersion = 0.0.10
88

99
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
# for insight into build numbers and IntelliJ Platform versions.

0 commit comments

Comments
 (0)