Skip to content

Commit ff06e94

Browse files
version 6.0.0 release (#180)
1 parent f8a2c88 commit ff06e94

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## \[6.0.0\] - 2025-01-15
9+
10+
### Added
11+
12+
- Support full reconstruction of HCL from Python structures. Thanks, @weaversam8, @Nfsaavedra ([#177](https://github.com/amplify-education/python-hcl2/pull/177))
13+
814
## \[5.1.1\] - 2024-10-15
915

1016
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ with open('foo.tf', 'r') as file:
4444

4545
### Parse Tree to HCL2 reconstruction
4646

47-
With version 5.x the possibility of HCL2 reconstruction from the Lark Parse Tree and Python dictionaries directly was introduced.
47+
With version 6.x the possibility of HCL2 reconstruction from the Lark Parse Tree and Python dictionaries directly was introduced.
4848

4949
Documentation and an example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](https://github.com/amplify-education/python-hcl2/blob/main/tree-to-hcl2-reconstruction.md) file.
5050

tree-to-hcl2-reconstruction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Writing HCL2 from Python
22

3-
Version 5 of this library supports reconstructing HCL files directly from
3+
Version 6 of this library supports reconstructing HCL files directly from
44
Python. This guide details how the reconstruction process takes place. See
55
also: [Limitations](#limitations)
66

0 commit comments

Comments
 (0)