Skip to content

hcl-rs: v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jul 19:22
b92d3d4

0.16.0 (2023-07-13)

⚠ BREAKING CHANGES

  • error: The variants Eof, InvalidEscape, InvalidUnicodeCodePoint and InvalidIdentifier were removed from the Error enum because they are not emitted anymore.
  • parser: switch to hcl-edit for parsing HCL (#267)

Bug Fixes

  • error: remove obsolete Error variants (af9996a)
  • expr: remove unnecessary unescaping (8001e5e)

Code Refactoring

  • parser: switch to hcl-edit for parsing HCL (#267) (c6d0588)