- Fixed an issue of whitespace around for expressions. Thanks ryanking and matchaxnb ([87](https://github.com/amplify-education/python-hcl2/pull/87))
3.0.1
Changed
- Included the generated parser in the distribution.
3.0.0
Changed
- BREAKING CHANGES: Attributes in blocks are no longer transformed into Python lists. Thanks raymondbutcher ([73](https://github.com/amplify-education/python-hcl2/pull/73))
2.0.3
Changed
- Skipped more exceptions for un-parsable files. Thanks tanasegabriel ([60](https://github.com/amplify-education/python-hcl2/pull/60))