Skip to content

hcl-edit: v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 20:32
f635b78

0.5.0 (2023-05-04)

⚠ BREAKING CHANGES

  • structure: Block::new now only accepts a single ident argument. Set the block body, by updating body field of Block.
  • structure: The BlockBody and OnelineBody types were removed. Block now directly uses Body. One-line blocks can still be constructed by calling body.set_prefer_oneline(true).

Code Refactoring

  • structure: remove BlockBody and OnelineBody (#218) (1267054)
  • structure: remove body argument from Block::new (#220) (04c78f8)