From 707aa4b9c925ce3f407c9e07c47cf2e339bd1136 Mon Sep 17 00:00:00 2001 From: jansorg Date: Wed, 17 Mar 2021 10:00:41 +0100 Subject: [PATCH] Preparing 0.8.0 --- CHANGELOG.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db604e7..2624d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/gradle.properties b/gradle.properties index f2882cc..54aa205 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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