Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dparnell committed Apr 20, 2022
1 parent b61de11 commit 7d8255b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d8255b

Please sign in to comment.