Skip to content

Commit eb2032a

Browse files
fix tree-to-hcl2-reconstruction.md URL in README.md; update CHANGELOG.md; add 5.1.1 release notes (#175)
1 parent 2056d37 commit eb2032a

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@ 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+
## \[5.1.1\] - 2024-10-15
9+
10+
### Added
11+
12+
- fix `tree-to-hcl2-reconstruction.md` URL in README.md ([#175](https://github.com/amplify-education/python-hcl2/pull/175))
13+
14+
## \[5.1.0\] - 2024-10-15
15+
16+
### Added
17+
18+
- support python 3.13 ([#170](https://github.com/amplify-education/python-hcl2/pull/170))
19+
- add section about Tree->HCL2 reconstruction to the README.md ([#174](https://github.com/amplify-education/python-hcl2/pull/174))
20+
21+
## \[5.0.0\] - 2024-10-07
22+
23+
### Added
24+
25+
- Support full reconstruction of HCL from parse tree. Thanks, @weaversam8 ([#169](https://github.com/amplify-education/python-hcl2/pull/169))
26+
27+
## \[4.3.5\] - 2024-08-06
28+
29+
### Added
30+
31+
- additional test coverage ([#165](https://github.com/amplify-education/python-hcl2/pull/165))
32+
- fix: Add support for attributes named "in". Thanks, @elisiariocouto ([#164](https://github.com/amplify-education/python-hcl2/pull/164))
33+
- fix: add "for" attribute identifier. Thanks, @zhcli ([#167](https://github.com/amplify-education/python-hcl2/pull/167))
34+
- allow `if` and `for_each` keywords to be used as identifiers ([#168](https://github.com/amplify-education/python-hcl2/pull/168))
35+
36+
### Added
37+
38+
## \[4.3.4\] - 2024-06-12
39+
40+
### Added
41+
42+
- fix codacy badge ([#157](https://github.com/amplify-education/python-hcl2/pull/157))
43+
- Fix MANIFEST.in and/or Python dependency filename(s) ([#161](https://github.com/amplify-education/python-hcl2/pull/161))
44+
- adds support for provider functions. Thanks, @lkwg82 ([#162](https://github.com/amplify-education/python-hcl2/pull/162))
45+
846
## \[4.3.3\] - 2024-03-27
947

1048
### Added

README.md

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

4747
With version 5.0.0 the possibility of HCL2 reconstruction from Lark Parse Tree was introduced.
4848

49-
Example of manipulating Lark Parse Tree and reconstructing it back into valid HCL2 can be found in [tree-to-hcl2-reconstruction.md](tree-to-hcl2-reconstruction.md) file.
49+
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

5151
More details about reconstruction implementation can be found in this [PR](https://github.com/amplify-education/python-hcl2/pull/169).
5252

0 commit comments

Comments
 (0)