Skip to content

Commit d17df0e

Browse files
authored
Release 2.32.1 (#1804)
* Update changelog for 2.32.1 * Bump version to 2.32.1
1 parent a2c5313 commit d17df0e

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

.changes/unreleased/BUG FIXES-20240722-121008.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/v2.32.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.32.1 (2024-07-22)
2+
3+
BUG FIXES:
4+
5+
* Fix validation error by checking for submodules when fetching schemas from the registry ([terraform-ls#1772](https://github.com/hashicorp/terraform-ls/issues/1772))
6+

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ ENHANCEMENTS:
66

77
* Add initial support for Terraform Stacks files and Deployment files. This provides block and attribute completion, hover, and diagnostics along with syntax validation for Terraform Stacks and Deployment files ([terraform-ls#1745](https://github.com/hashicorp/terraform-ls/issues/1745))
88

9+
## 2.32.1 (2024-07-22)
10+
11+
BUG FIXES:
12+
13+
* Fix validation error by checking for submodules when fetching schemas from the registry ([terraform-ls#1772](https://github.com/hashicorp/terraform-ls/issues/1772))
14+
915
## 2.32.0 (2024-07-15)
1016

1117
ENHANCEMENTS:

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: 1 addition & 1 deletion
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.32.0",
6+
"version": "2.32.1",
77
"publisher": "hashicorp",
88
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
99
"license": "MPL-2.0",

0 commit comments

Comments
 (0)