Skip to content

hcl-rs: v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 22:37
b62ba56

0.15.0 (2023-07-08)

⚠ BREAKING CHANGES

  • expr: Expression::Template was renamed to Expression::StringTemplate. Furthermore, the Expression type's methods is_template and as_template were renamed to is_string_template and as_string_template respectively.

Bug Fixes

  • expr: rename string template enum variant (119be53)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • hcl-edit bumped from 0.6.7 to 0.7.0