We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e736e commit 8883c9dCopy full SHA for 8883c9d
CHANGELOG.md
@@ -2,11 +2,13 @@
2
3
# wgsl plugin Changelog
4
5
-## [Unreleased]
+## [Unreleased]
6
+### Added
7
+- improved refactoring support from @rosingrind
8
9
## [0.0.25]
-### Added
-- fix for nested array references - #55
10
11
+- fix for nested array references - #55
12
- updated grammar kit dependencies
13
14
## [0.0.24]
gradle.properties
@@ -4,7 +4,7 @@
pluginGroup = wgslplugin
pluginName = wgsl
# SemVer format -> https://semver.org
-pluginVersion = 0.0.25
+pluginVersion = 0.0.26
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
0 commit comments