- Added support for Python 3.9 - Upgraded to Lark parser 0.10
Fixed
- Fixed errors caused by identifiers named "true", "false", or "null"
1.0.0
Changed
- Treat one line blocks the same as multi line blocks. This is a breaking change so bumping to 1.0.0 to make sure no one accidentally upgrades to this version without being aware of the breaking change. Thank you arielkru ([35](https://github.com/amplify-education/python-hcl2/pull/35))
0.3.2
Changed
- Added support for colon separators in object definitions as specified in the [spec](https://github.com/hashicorp/hcl/blob/hcl2/hclsyntax/spec.md#collection-values)