Skip to content

Commit

Permalink
Preparing 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Mar 17, 2021
1 parent a496d6c commit 707aa4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
### Added

- Support formatting with `cue fmt`. Only the reformatting of a complete file is supported.
- Application settings to configure a custom path to the `cue` binary. By default, the binary is located in `$PATH`.
- Language injection into single-line and multi-line string literal. Interpolations are left out when opening the fragment editor.
- Application settings to configure a custom path to the `cue` binary. By default, the binary is searched in `$PATH`.
- Language injection into single-line and multi-line string literal. Interpolations are marked as read-only when opening the fragment editor.

### Changed

### Fixed

- [#35](https://github.com/nexantic/intellij-cue/issues/35): Trailing bracket on ellipsis multi-line list not parsed correctly
- [#36](https://github.com/nexantic/intellij-cue/issues/36): Don't accept implicit comma separator in list literals
- [#35](https://github.com/nexantic/intellij-cue/issues/35): Trailing bracket on ellipsis multi-line list not parsed correctly.
- [#36](https://github.com/nexantic/intellij-cue/issues/36): Don't accept implicit comma separator in list literals.

## [0.6.0]

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.7.1
pluginVersion = 0.8.0
pluginSinceBuild = 203
pluginUntilBuild = 211.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand Down

0 comments on commit 707aa4b

Please sign in to comment.