Skip to content

Commit 08fc0e5

Browse files
authored
Stage 0.31.0 (#1246)
* Bump version to 0.31.0 * Bump hcl-lang to a638ff * Update changelog
1 parent bb460bd commit 08fc0e5

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.31.0 (18 April 2023)
2+
3+
ENHANCEMENTS:
4+
5+
* Add support for nested expressions and functions ([#1237](https://github.com/hashicorp/terraform-ls/pull/1237), [hcl-lang#232](https://github.com/hashicorp/hcl-lang/pull/232), [hcl-lang#203](https://github.com/hashicorp/hcl-lang/pull/203), [hcl-lang#199](https://github.com/hashicorp/hcl-lang/pull/199), [hcl-lang#186](https://github.com/hashicorp/hcl-lang/pull/186), [hcl-lang#185](https://github.com/hashicorp/hcl-lang/pull/185), [hcl-lang#184](https://github.com/hashicorp/hcl-lang/pull/184))
6+
* Add support for function signature help in ([#1077](https://github.com/hashicorp/terraform-ls/pull/1077))
7+
* Fix remote backend tracking in ([#1218](https://github.com/hashicorp/terraform-ls/pull/1218))
8+
* lsp: Recognise new token type for function names in ([#1233](https://github.com/hashicorp/terraform-ls/pull/1233))
9+
10+
INTERNAL:
11+
12+
* Add instructions for Kate editor ([#1200](https://github.com/hashicorp/terraform-ls/pull/1200))
13+
* Add TFC usage detection ([#1208](https://github.com/hashicorp/terraform-ls/pull/1208))
14+
15+
BUG FIXES:
16+
17+
* Reflect `LiteralValue`, `Description` & `IsDeprecated` in completion/hover ([hcl-lang#253](https://github.com/hashicorp/hcl-lang/pull/253))
18+
* Fix crash when completing `LiteralType{Type: cty.Tuple}` ([hcl-lang#255](https://github.com/hashicorp/hcl-lang/pull/255))
19+
* Display `Tuple` hover data on invalid element ([hcl-lang#254](https://github.com/hashicorp/hcl-lang/pull/254))
20+
* Fix collection of implied declared targets of complex types ([hcl-lang#259](https://github.com/hashicorp/hcl-lang/pull/259))
21+
* Collect targets w/ interpolation for `Any` correctly ([hcl-lang#257](https://github.com/hashicorp/hcl-lang/pull/257))
22+
123
## 0.31.0-beta (6 April 2023)
224

325
ENHANCEMENTS:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/hashicorp/go-uuid v1.0.3
1414
github.com/hashicorp/go-version v1.6.0
1515
github.com/hashicorp/hc-install v0.5.1
16-
github.com/hashicorp/hcl-lang v0.0.0-20230406172145-78579711860f
16+
github.com/hashicorp/hcl-lang v0.0.0-20230418121158-a638ff79984b
1717
github.com/hashicorp/hcl/v2 v2.16.2
1818
github.com/hashicorp/terraform-exec v0.18.1
1919
github.com/hashicorp/terraform-json v0.16.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ github.com/hashicorp/hc-install v0.5.1 h1:eCqToNCob7m2R8kM8Gr7XcVmcRSz9ppCFSVZbM
347347
github.com/hashicorp/hc-install v0.5.1/go.mod h1:iDPCnzKo+SzToOh25R8OWpLdhhy7yBfJX3PmVWiYhrM=
348348
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
349349
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
350-
github.com/hashicorp/hcl-lang v0.0.0-20230406172145-78579711860f h1:MTbd7Mi+g1X/9f9j7p4GqFZFJvFtiwPxPdIqc3xnLrQ=
351-
github.com/hashicorp/hcl-lang v0.0.0-20230406172145-78579711860f/go.mod h1:SalMwbKCDSR7kF34FdPAikCsQjPVgYvwyiROrMWbyEw=
350+
github.com/hashicorp/hcl-lang v0.0.0-20230418121158-a638ff79984b h1:uN5QGt6y2/j0puUZ48A5IN3CQpQkBJzbgpXcC2Mq4mk=
351+
github.com/hashicorp/hcl-lang v0.0.0-20230418121158-a638ff79984b/go.mod h1:Xx8PjRZCrZYwWX9xloL/r0a8bOof5p3JT1JWI3i7EpE=
352352
github.com/hashicorp/hcl/v2 v2.16.2 h1:mpkHZh/Tv+xet3sy3F9Ld4FyI2tUpWe9x3XtPx9f1a0=
353353
github.com/hashicorp/hcl/v2 v2.16.2/go.mod h1:JRmR89jycNkrrqnMmvPDMd56n1rQJ2Q6KocSLCMCXng=
354354
github.com/hashicorp/terraform-exec v0.18.1 h1:LAbfDvNQU1l0NOQlTuudjczVhHj061fNX5H8XZxHlH4=

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.31.0-dev
1+
0.31.0

0 commit comments

Comments
 (0)