You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,13 @@
1
-
## 0.30.2 (unreleased)
1
+
## 0.30.2 (15 February 2023)
2
2
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
+
3
7
BUG FIXES:
4
8
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]))
0 commit comments