- fix e-notation and negative numbers literals. ([182](https://github.com/amplify-education/python-hcl2/pull/182)) - fix parsing of `null`. ([184](https://github.com/amplify-education/python-hcl2/pull/184)) - DictTransformer - do not wrap type literals into `${` and `}`. ([186](https://github.com/amplify-education/python-hcl2/pull/186))
6.0.0
Added
- Support full reconstruction of HCL from Python structures. Thanks, weaversam8, Nfsaavedra ([177](https://github.com/amplify-education/python-hcl2/pull/177))
5.1.1
Added
- fix `tree-to-hcl2-reconstruction.md` URL in README.md ([175](https://github.com/amplify-education/python-hcl2/pull/175))
5.1.0
Added
- support python 3.13 ([170](https://github.com/amplify-education/python-hcl2/pull/170)) - add section about Tree->HCL2 reconstruction to the README.md ([174](https://github.com/amplify-education/python-hcl2/pull/174))
5.0.0
Added
- Support full reconstruction of HCL from parse tree. Thanks, weaversam8 ([169](https://github.com/amplify-education/python-hcl2/pull/169))