Skip to content

Commit

Permalink
Preparing 0.8.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jansorg committed Mar 17, 2021
1 parent ccce764 commit 756156b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,17 @@

### Added

- Default to TAB indents (two characters wide).
- Automatically indent inside of `{}`, `[]`, and `()`.
- Code style settings to configure the behaviour of TAB handling.
- Default to TAB indents (two characters wide).
- Fix indent handling when pressing enter between `[]`.
- Automatically indent inside of `{}`, `[]`, and `()`.

### Changed

### Fixed

## [0.8.0]

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

0 comments on commit 756156b

Please sign in to comment.