From c97cd39d671e8a779e6c179725826685c814745f Mon Sep 17 00:00:00 2001 From: James Pogran Date: Tue, 24 Sep 2024 09:43:21 -0400 Subject: [PATCH] Bump syntax version to 0.7.1 This commit updates the syntax version to 0.7.1, which fixes parsing expressions containing an open curly brace as blocks in https://github.com/hashicorp/syntax/pull/149 --- .changes/unreleased/BUG FIXES-20240924-094740.yaml | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/BUG FIXES-20240924-094740.yaml diff --git a/.changes/unreleased/BUG FIXES-20240924-094740.yaml b/.changes/unreleased/BUG FIXES-20240924-094740.yaml new file mode 100644 index 000000000..f7accfd3d --- /dev/null +++ b/.changes/unreleased/BUG FIXES-20240924-094740.yaml @@ -0,0 +1,6 @@ +kind: BUG FIXES +body: Fixes parsing expressions containing an open curly brace as blocks +time: 2024-09-24T09:47:40.335136-04:00 +custom: + Issue: "149" + Repository: syntax diff --git a/package.json b/package.json index 06bdb2010..675c80ec0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "version": "0.35.0-beta2" }, "syntax": { - "version": "0.7.0" + "version": "0.7.1" }, "qna": "https://discuss.hashicorp.com/c/terraform-core/terraform-editor-integrations/46", "bugs": {