Skip to content

Commit

Permalink
Release 2.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Sep 5, 2024
1 parent 90c5c88 commit 92fa32c
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 33 deletions.
6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20240816-145322.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20240903-153309.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/ENHANCEMENTS-20240903-154405.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20240816-123712.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/INTERNAL-20240816-124103.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .changes/v2.32.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 2.32.3 (2024-09-05)

ENHANCEMENTS:

* Bump hashicorp/syntax from 0.5.0 to 0.7.0 ([#1820](https://github.com/hashicorp/vscode-terraform/issues/1820))
* Support syntax highlighting for .tftest.hcl and .tfmock.hcl files ([#1831](https://github.com/hashicorp/vscode-terraform/issues/1831))
* Bump terraform-ls from 0.34.2 to 0.34.3 ([#1833](https://github.com/hashicorp/vscode-terraform/issues/1833))

INTERNAL:

* Bump axios to 1.7.4 ([#1818](https://github.com/hashicorp/vscode-terraform/issues/1818))
* Bump braces to 3.0.3 ([#1819](https://github.com/hashicorp/vscode-terraform/issues/1819))

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ ENHANCEMENTS:

* 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))

## 2.32.3 (2024-09-05)

ENHANCEMENTS:

* Bump hashicorp/syntax from 0.5.0 to 0.7.0 ([#1820](https://github.com/hashicorp/vscode-terraform/issues/1820))
* Support syntax highlighting for .tftest.hcl and .tfmock.hcl files ([#1831](https://github.com/hashicorp/vscode-terraform/issues/1831))
* Bump terraform-ls from 0.34.2 to 0.34.3 ([#1833](https://github.com/hashicorp/vscode-terraform/issues/1833))

INTERNAL:

* Bump axios to 1.7.4 ([#1818](https://github.com/hashicorp/vscode-terraform/issues/1818))
* Bump braces to 3.0.3 ([#1819](https://github.com/hashicorp/vscode-terraform/issues/1819))

## 2.32.2 (2024-07-30)

BUG FIXES:
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.

2 changes: 1 addition & 1 deletion 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.33.2024073012",
"version": "2.32.3",
"publisher": "hashicorp",
"appInsightsKey": "885372d2-6f3c-499f-9d25-b8b219983a52",
"license": "MPL-2.0",
Expand Down

0 comments on commit 92fa32c

Please sign in to comment.