Skip to content

Commit 69aba0c

Browse files
authored
Stage 0.33.2 (#1728)
* Update VERSION * Update CHANGELOG
1 parent c381e7d commit 69aba0c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 0.33.2 (06 June 2024)
2+
3+
BUG FIXES:
4+
5+
* Fix data race in schema merging logic ([hcl-lang#397](https://github.com/hashicorp/hcl-lang/pull/397))
6+
7+
INTERNAL:
8+
9+
* Bump Go version to 1.22.4 ([#1727](https://github.com/hashicorp/terraform-ls/pull/1727))
10+
* Ensure license file gets packaged on build ([#1723](https://github.com/hashicorp/terraform-ls/pull/1723))
11+
* Remove non-empty directory during test cleanup ([#1696](https://github.com/hashicorp/terraform-ls/pull/1696))
12+
* Replace outdated remove-labels action with `gh` ([#1699](https://github.com/hashicorp/terraform-ls/pull/1699))
13+
* Reenable Dependabot for internal GitHub actions ([#1702](https://github.com/hashicorp/terraform-ls/pull/1702))
14+
* Fixed gosimple linter results for uri package ([#1707](https://github.com/hashicorp/terraform-ls/pull/1707))
15+
* Remove dead code, where the `LanguageId` was never set ([#1709](https://github.com/hashicorp/terraform-ls/pull/1709))
16+
17+
NOTE:
18+
19+
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:
20+
21+
```
22+
unzip terraform-ls_0.33.2_linux_amd64.zip terraform-ls
23+
```
24+
125
## 0.33.1 (22 April 2024)
226

327
ENHANCEMENTS:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34.0-dev
1+
0.33.2

0 commit comments

Comments
 (0)