Skip to content

Commit

Permalink
Preparing 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Mar 8, 2021
1 parent 4ad870f commit 4f5dfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# IntelliJ CUE Language Support Changelog

## [Unreleased]

## [0.6.0]
- Added: Automatically insert closing quotes when typing the opening quote, available for simple and multiline literals.
- Added: Support folding for CUE elements (file header, imports, import groups, structs, lists, interpolations, multiline strings, attributes).
- Added: Settings to control the default folding state of CUE elements.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = dev.monogon.cuelang
pluginName_ = intellij-cue
pluginVersion = 0.5.0
pluginVersion = 0.6.0
pluginSinceBuild = 203
pluginUntilBuild = 211.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit 4f5dfe3

Please sign in to comment.