martinohmann / hcl-rs

HCL parsing and encoding libraries for rust with serde support
Apache License 2.0
119 stars 14 forks source link

chore: release #352

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

🤖 New release

Changelog

## `hcl-edit`

## [0.8.1](https://github.com/martinohmann/hcl-rs/compare/hcl-edit-v0.8.0...hcl-edit-v0.8.1) - 2024-05-24 ### Fixed - *(parser)* calculate correct error column in presence of unicode ([#353](https://github.com/martinohmann/hcl-rs/pull/353)) - *(parser)* switch from `&[u8]` to `&str` based stream ([#351](https://github.com/martinohmann/hcl-rs/pull/351))
## `hcl-rs`
## [0.17.3](https://github.com/martinohmann/hcl-rs/compare/hcl-rs-v0.17.2...hcl-rs-v0.17.3) - 2024-05-24 ### Other - updated the following local packages: hcl-edit


This PR was generated with release-plz.