hcl-rs: v0.15.0
0.15.0 (2023-07-08)
⚠ BREAKING CHANGES
- expr:
Expression::Template
was renamed toExpression::StringTemplate
. Furthermore, theExpression
type's methodsis_template
andas_template
were renamed tois_string_template
andas_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
- dependencies