From 69aba0cd0a60a4d5eb93c54cd396b5106309d487 Mon Sep 17 00:00:00 2001 From: Daniel Banck Date: Thu, 6 Jun 2024 08:52:31 +0200 Subject: [PATCH] Stage 0.33.2 (#1728) * Update VERSION * Update CHANGELOG --- CHANGELOG.md | 24 ++++++++++++++++++++++++ version/VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec0015d7..f42c60528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## 0.33.2 (06 June 2024) + +BUG FIXES: + +* Fix data race in schema merging logic ([hcl-lang#397](https://github.com/hashicorp/hcl-lang/pull/397)) + +INTERNAL: + +* Bump Go version to 1.22.4 ([#1727](https://github.com/hashicorp/terraform-ls/pull/1727)) +* Ensure license file gets packaged on build ([#1723](https://github.com/hashicorp/terraform-ls/pull/1723)) +* Remove non-empty directory during test cleanup ([#1696](https://github.com/hashicorp/terraform-ls/pull/1696)) +* Replace outdated remove-labels action with `gh` ([#1699](https://github.com/hashicorp/terraform-ls/pull/1699)) +* Reenable Dependabot for internal GitHub actions ([#1702](https://github.com/hashicorp/terraform-ls/pull/1702)) +* Fixed gosimple linter results for uri package ([#1707](https://github.com/hashicorp/terraform-ls/pull/1707)) +* Remove dead code, where the `LanguageId` was never set ([#1709](https://github.com/hashicorp/terraform-ls/pull/1709)) + +NOTE: + +Starting with this release, we are including a copy of our license file in all packaged versions of our releases, such as the release .zip files. If you are consuming these files directly and would prefer to extract the one terraform-ls file instead of extracting everything, you need to add an extra argument specifying the file to extract, like this: + +``` +unzip terraform-ls_0.33.2_linux_amd64.zip terraform-ls +``` + ## 0.33.1 (22 April 2024) ENHANCEMENTS: diff --git a/version/VERSION b/version/VERSION index 5b8b229b2..c9ec1d542 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -0.34.0-dev +0.33.2