diff --git a/.changes/unreleased/ENHANCEMENTS-20240816-145322.yaml b/.changes/unreleased/ENHANCEMENTS-20240816-145322.yaml deleted file mode 100644 index dbee47973..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240816-145322.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Bump hashicorp/syntax from 0.5.0 to 0.7.0 -time: 2024-08-16T14:53:22.557108-04:00 -custom: - Issue: "1820" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240903-153309.yaml b/.changes/unreleased/ENHANCEMENTS-20240903-153309.yaml deleted file mode 100644 index e8f0e88fc..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240903-153309.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Bump terraform-ls from 0.34.2 to 0.34.3 -time: 2024-09-03T15:33:09.134019-04:00 -custom: - Issue: "1833" - Repository: vscode-terraform diff --git a/.changes/unreleased/ENHANCEMENTS-20240903-154405.yaml b/.changes/unreleased/ENHANCEMENTS-20240903-154405.yaml deleted file mode 100644 index c611168b1..000000000 --- a/.changes/unreleased/ENHANCEMENTS-20240903-154405.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: ENHANCEMENTS -body: Support syntax highlighting for .tftest.hcl and .tfmock.hcl files -time: 2024-09-03T15:44:05.999572+02:00 -custom: - Issue: "1831" - Repository: vscode-terraform diff --git a/.changes/unreleased/INTERNAL-20240816-123712.yaml b/.changes/unreleased/INTERNAL-20240816-123712.yaml deleted file mode 100644 index 935b1757a..000000000 --- a/.changes/unreleased/INTERNAL-20240816-123712.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Bump axios to 1.7.4 -time: 2024-08-16T12:37:12.325251-04:00 -custom: - Issue: "1818" - Repository: vscode-terraform diff --git a/.changes/unreleased/INTERNAL-20240816-124103.yaml b/.changes/unreleased/INTERNAL-20240816-124103.yaml deleted file mode 100644 index d5a0e22e3..000000000 --- a/.changes/unreleased/INTERNAL-20240816-124103.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: INTERNAL -body: Bump braces to 3.0.3 -time: 2024-08-16T12:41:03.66767-04:00 -custom: - Issue: "1819" - Repository: vscode-terraform diff --git a/.changes/v2.32.3.md b/.changes/v2.32.3.md new file mode 100644 index 000000000..2247426c0 --- /dev/null +++ b/.changes/v2.32.3.md @@ -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)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 900754214..4543d2cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/package-lock.json b/package-lock.json index 474377eed..5d9707a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "terraform", - "version": "2.33.2024073012", + "version": "2.32.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "terraform", - "version": "2.33.2024073012", + "version": "2.32.3", "license": "MPL-2.0", "dependencies": { "@vscode/extension-telemetry": "^0.4.9", diff --git a/package.json b/package.json index 189c7533c..35231c6fd 100644 --- a/package.json +++ b/package.json @@ -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",