Skip to content

hcl-primitives: v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 06:12
e569d2e

0.1.0 (2023-05-02)

⚠ BREAKING CHANGES

  • ident: Ident::new now returns Ident instead of Result<Ident, Error> and will panic if an invalid identifier is encountered. Use Ident::try_new instead to get the old behaviour.

Features

Bug Fixes

  • ident: make Ident::new panic on invalid identifier (#212) (bf8467a)