Skip to content

Commit

Permalink
Stage 0.30.2 (#1179)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dbanck and radeksimko authored Feb 15, 2023
1 parent 72d6ce6 commit 14251ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 0.30.2 (unreleased)
## 0.30.2 (15 February 2023)

ENHANCEMENTS:

- Parse `optional()` object attribute _default values_ correctly, as introduced in Terraform v1.3 ([terraform-schema#184](https://github.com/hashicorp/terraform-schema/pull/184))

BUG FIXES:

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

INTERNAL:

Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.0-dev
0.30.2

0 comments on commit 14251ad

Please sign in to comment.