We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7afa933 commit 90cca4cCopy full SHA for 90cca4c
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## \[6.1.0\] - 2025-01-24
9
+
10
+### Fixed
11
12
+- fix e-notation and negative numbers literals. ([#182](https://github.com/amplify-education/python-hcl2/pull/182))
13
+- fix parsing of `null`. ([#184](https://github.com/amplify-education/python-hcl2/pull/184))
14
+- DictTransformer - do not wrap type literals into `${` and `}`. ([#186](https://github.com/amplify-education/python-hcl2/pull/186))
15
16
## \[6.0.0\] - 2025-01-15
17
18
### Added
0 commit comments