Skip to content

Releases: martinohmann/hcl-rs

v0.3.0

25 Mar 12:28
a685ad1
Compare
Choose a tag to compare

0.3.0 (2022-03-25)

Features

  • add specsuite integration harness (#9) (71e1205)

v0.2.1

23 Mar 18:05
f8bded9
Compare
Choose a tag to compare

0.2.1 (2022-03-23)

Bug Fixes

  • parser: fix heredoc handling to match HCL spec (#8) (ff58d8c)

Miscellaneous

  • deps: bump actions/checkout from 2 to 3 (#6) (79e7ff2)

v0.2.0

04 Mar 21:43
5728f44
Compare
Choose a tag to compare

0.2.0 (2022-03-04)

⚠ BREAKING CHANGES

  • flatten single block bodies (#2)

Features

  • add_*-from-iterator methods for {Body,Block}Builder (62a5fd7)
  • add *_attribute and *_block methods to Structure (a2e18c1)
  • add Body iterators (d08e55e)
  • add hcl::de::from_slice (5917cf3)
  • add iter and iter_mut for Body (c1778fe)
  • add key and value methods to Attribute (10c9ea0)
  • add getters for block members (8e36bae)
  • export hcl::parse (#3) (3393de3)

Bug Fixes