Skip to content

Commit

Permalink
Stage 0.33.2 (hashicorp#1728)
Browse files Browse the repository at this point in the history
* Update VERSION

* Update CHANGELOG
  • Loading branch information
dbanck authored Jun 6, 2024
1 parent c381e7d commit 69aba0c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.34.0-dev
0.33.2

0 comments on commit 69aba0c

Please sign in to comment.