From a664b9919c670f90e2a5539e2e73b3860f06d8aa Mon Sep 17 00:00:00 2001 From: James Pogran Date: Mon, 29 Jul 2024 14:12:42 -0400 Subject: [PATCH] Stage 0.34.2 --- .changes/unreleased/BUG FIXES-20240725-105238.yaml | 6 ------ .changes/v0.34.2.md | 6 ++++++ CHANGELOG.md | 6 ++++++ version/VERSION | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 .changes/unreleased/BUG FIXES-20240725-105238.yaml create mode 100644 .changes/v0.34.2.md diff --git a/.changes/unreleased/BUG FIXES-20240725-105238.yaml b/.changes/unreleased/BUG FIXES-20240725-105238.yaml deleted file mode 100644 index eda5f105..00000000 --- a/.changes/unreleased/BUG FIXES-20240725-105238.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: BUG FIXES -body: Ensure validation runs after decoding the whole module to avoid stale diagnostics -time: 2024-07-25T10:52:38.411762+02:00 -custom: - Issue: "1777" - Repository: terraform-ls diff --git a/.changes/v0.34.2.md b/.changes/v0.34.2.md new file mode 100644 index 00000000..a1e570e0 --- /dev/null +++ b/.changes/v0.34.2.md @@ -0,0 +1,6 @@ +## 0.34.2 (29 July 2024) + +BUG FIXES: + +* Ensure validation runs after decoding the whole module to avoid stale diagnostics ([#1777](https://github.com/hashicorp/terraform-ls/issues/1777)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index a2253514..2bff8235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.34.2 (29 July 2024) + +BUG FIXES: + +* Ensure validation runs after decoding the whole module to avoid stale diagnostics ([#1777](https://github.com/hashicorp/terraform-ls/issues/1777)) + ## 0.34.1 (22 July 2024) BUG FIXES: diff --git a/version/VERSION b/version/VERSION index cd46610f..3f8003cd 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -0.34.1 +0.34.2