Skip to content

Commit 7562794

Browse files
v7.0.0 release
1 parent 849c260 commit 7562794

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## \[7.0.0\] - 2025-03-27
9+
10+
### Added
11+
12+
- `Limitations` section to README.md ([#200](https://github.com/amplify-education/python-hcl2/pull/200))
13+
14+
### Fixed
15+
16+
- Issue handling heredoc with delimiter within text itself ([#194](https://github.com/amplify-education/python-hcl2/pull/194))
17+
- Various issues with parsing object elements ([#197](https://github.com/amplify-education/python-hcl2/pull/197))
18+
- Dictionary -> hcl2 reconstruction of `null` values ([#198](https://github.com/amplify-education/python-hcl2/pull/198))
19+
- Missing parenthesis in arithemetic expressions ([#194](https://github.com/amplify-education/python-hcl2/pull/199))
20+
- Noticeable overhead when loading hcl2.reconstructor module ([#202](https://github.com/amplify-education/python-hcl2/pull/202))
21+
- Escaped string interpolation (e.g. `"$${aws:username}"`) parsing ([#200](https://github.com/amplify-education/python-hcl2/pull/200))
22+
23+
### Removed
24+
25+
- Support for parsing interpolations nested more than 2 times (known-issue) ([#200](https://github.com/amplify-education/python-hcl2/pull/200))
26+
827
## \[6.1.1\] - 2025-02-13
928

1029
### Fixed

0 commit comments

Comments
 (0)