Skip to content

Commit 756156b

Browse files
committed
Preparing 0.8.1 [ci skip]
1 parent ccce764 commit 756156b

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,17 @@
66

77
### Added
88

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

1414
### Changed
1515

1616
### Fixed
1717

1818
## [0.8.0]
1919

20-
### Added
21-
22-
- Support formatting with `cue fmt`. Only the reformatting of a complete file is supported.
23-
- Application settings to configure a custom path to the `cue` binary. By default, the binary is searched in `$PATH`.
24-
- Language injection into single-line and multi-line string literal. Interpolations are marked as read-only when opening the fragment
25-
editor.
26-
27-
### Changed
28-
2920
### Fixed
3021

3122
- [#35](https://github.com/nexantic/intellij-cue/issues/35): Trailing bracket on ellipsis multi-line list not parsed correctly.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = dev.monogon.cuelang
55
pluginName_ = intellij-cue
6-
pluginVersion = 0.8.0
6+
pluginVersion = 0.8.1
77
pluginSinceBuild = 203
88
pluginUntilBuild = 211.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)