Skip to content

Commit

Permalink
Release 2.29.5 (#1707)
Browse files Browse the repository at this point in the history
* Bump LS to 0.32.8

* Update CHANGELOG

* 2.29.5
  • Loading branch information
dbanck authored Mar 12, 2024
1 parent 5e07c1c commit 40cfa61
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.29.5] (2024-03-11)

BUG FIXES:

* Fix `for` expression collection constraints ([hcl-lang#375](https://github.com/hashicorp/hcl-lang/pull/375))

INTERNAL:

* build(deps): Bump workflows to latest trusted versions ([#1695](https://github.com/hashicorp/vscode-terraform/pull/1695), [#1704](https://github.com/hashicorp/vscode-terraform/pull/1704), [#1706](https://github.com/hashicorp/vscode-terraform/pull/1706))

## [2.29.4] (2024-02-13)

ENHANCEMENTS:
Expand Down Expand Up @@ -918,7 +928,8 @@ For information on prior major and minor releases, see their changelogs:


<!-- Links to tag comparisons -->
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.4...main
[Unreleased]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.5...main
[2.29.5]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.4...v2.29.5
[2.29.4]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.3...v2.29.4
[2.29.3]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.2...v2.29.3
[2.29.2]: https://github.com/hashicorp/vscode-terraform/compare/v2.29.1...v2.29.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "terraform",
"displayName": "HashiCorp Terraform",
"description": "Syntax highlighting and autocompletion for Terraform",
"version": "2.29.4",
"version": "2.29.5",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand All @@ -18,7 +18,7 @@
"vscode": "^1.82.3"
},
"langServer": {
"version": "0.32.7"
"version": "0.32.8"
},
"syntax": {
"version": "0.4.2"
Expand Down

0 comments on commit 40cfa61

Please sign in to comment.