Skip to content

Commit b29c824

Browse files
authored
Release 2.29.3 (#1677)
* Update changelog * Bump LS version * 2.29.3
1 parent d2db301 commit b29c824

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [2.29.3] (2024-01-23)
2+
3+
ENHANCEMENTS:
4+
5+
* Remove authentication provider registration to allow disabling the extension ([#1670](https://github.com/hashicorp/vscode-terraform/pull/1670))
6+
* Enable interpolated map keys and object attribute names ([terraform-schema#316](https://github.com/hashicorp/terraform-schema/pull/316))
7+
* Add support for complex index expressions ([hcl-lang#365](https://github.com/hashicorp/hcl-lang/pull/365))
8+
* Add support for parenthesis on RHS ([hcl-lang#366](https://github.com/hashicorp/hcl-lang/pull/366))
9+
* Add support for parenthesis on LHS (map keys & attribute names) ([hcl-lang#367](https://github.com/hashicorp/hcl-lang/pull/367))
10+
11+
BUG FIXES:
12+
13+
* Revert "Alert on `wsl.localhost` Path ([#1522](https://github.com/hashicorp/terraform-ls/pull/1522))" ([#1597](https://github.com/hashicorp/terraform-ls/pull/1597))
14+
15+
INTERNAL:
16+
17+
* build(deps): Bump workflows to latest trusted versions ([#1675](https://github.com/hashicorp/vscode-terraform/pull/1675))
18+
119
## [2.29.2] (2024-01-16)
220

321
BREAKING CHANGES:
@@ -882,7 +900,8 @@ For information on prior major and minor releases, see their changelogs:
882900

883901

884902
<!-- Links to tag comparisons -->
885-
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.2...main
903+
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.3...main
904+
[2.29.3]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.2...v2.29.3
886905
[2.29.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.1...v2.29.2
887906
[2.29.1]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.0...v2.29.1
888907
[2.29.0]: https://github.com/hashicorp/vscode-terraform/compare/v2.28.2...v2.29.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "terraform",
44
"displayName": "HashiCorp Terraform",
55
"description": "Syntax highlighting and autocompletion for Terraform",
6-
"version": "2.29.2",
6+
"version": "2.29.3",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",
@@ -18,7 +18,7 @@
1818
"vscode": "^1.82.3"
1919
},
2020
"langServer": {
21-
"version": "0.32.5"
21+
"version": "0.32.6"
2222
},
2323
"syntax": {
2424
"version": "0.4.2"

0 commit comments

Comments
 (0)