Skip to content

Commit e8a1ae6

Browse files
authored
Stage 0.35.0-alpha2 (#1792)
1 parent ef8a177 commit e8a1ae6

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.changes/0.35.0-alpha2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.35.0-alpha2 (08 August 2024)
2+
3+
BUG FIXES:
4+
5+
* fix panic on blocks with no labels during validation of label name ([#1791](https://github.com/hashicorp/terraform-ls/issues/1791))
6+
7+
INTERNAL:
8+
9+
* Bump terraform-schema to c2315af ([#1788](https://github.com/hashicorp/terraform-ls/issues/1788))
10+

.changes/unreleased/BUG FIXES-20240808-105000.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/INTERNAL-20240807-132909.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.35.0-alpha2 (08 August 2024)
2+
3+
BUG FIXES:
4+
5+
* fix panic on blocks with no labels during validation of label name ([#1791](https://github.com/hashicorp/terraform-ls/issues/1791))
6+
7+
INTERNAL:
8+
9+
* Bump terraform-schema to c2315af ([#1788](https://github.com/hashicorp/terraform-ls/issues/1788))
10+
111
## 0.35.0-alpha1 (07 August 2024)
212

313
ENHANCEMENTS:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.35.0-alpha1
1+
0.35.0-alpha2

0 commit comments

Comments
 (0)