Skip to content

Commit 14251ad

Browse files
dbanckradeksimko
andauthored
Stage 0.30.2 (hashicorp#1179)
* Bump version to 0.30.2 * Update changelog * Update CHANGELOG.md Co-authored-by: Radek Simko <[email protected]> * Update date --------- Co-authored-by: Radek Simko <[email protected]>
1 parent 72d6ce6 commit 14251ad

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## 0.30.2 (unreleased)
1+
## 0.30.2 (15 February 2023)
22

3+
ENHANCEMENTS:
4+
5+
- Parse `optional()` object attribute _default values_ correctly, as introduced in Terraform v1.3 ([terraform-schema#184](https://github.com/hashicorp/terraform-schema/pull/184))
6+
37
BUG FIXES:
48

5-
- Continue parsing modules with inaccessible files ([terraform-ls#1172](https://github.com/hashicorp/terraform-ls/issues/1067]))
6-
- Fix crash due to `LocalAddr` creation in target collection for JSON files ([hcl-lang#202](https://github.com/hashicorp/hcl-lang/pull/202]))
9+
- Ignore inaccessible files (such as emacs backup files) ([terraform-ls#1172](https://github.com/hashicorp/terraform-ls/issues/1067]))
10+
- Fix crash when parsing JSON files (introduced in 0.30.0) ([hcl-lang#202](https://github.com/hashicorp/hcl-lang/pull/202]))
711

812
INTERNAL:
913

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.31.0-dev
1+
0.30.2

0 commit comments

Comments
 (0)