Releases: martinohmann/hcl-rs
Releases · martinohmann/hcl-rs
hcl-rs-v0.18.2
Other
- (deps) bump indexmap from 2.2.6 to 2.5.0 (#373)
- (deps) bump pretty_assertions from 1.4.0 to 1.4.1 (#377)
hcl-primitives-v0.1.7
Other
- (deps) bump unicode-ident from 1.0.12 to 1.0.13 (#375)
hcl-edit-v0.8.3
Other
- update Cargo.lock dependencies
hcl-rs-v0.18.1
Other
- (deps) bump serde from 1.0.197 to 1.0.210 (#371)
- (deps) bump serde_json from 1.0.116 to 1.0.128 (#370)
hcl-primitives-v0.1.6
Other
- address linting issues
- (deps) bump ryu from 1.0.17 to 1.0.18 (#358)
- (deps) bump kstring from 2.0.0 to 2.0.2 (#364)
- (deps) bump serde from 1.0.197 to 1.0.210 (#371)
hcl-edit-v0.8.2
Fixed
- (parser) allow newlines in function calls and arrays (#368)
Other
hcl-rs-v0.18.0
Fixed
- [breaking] remove deprecated items (#355)
hcl-edit-v0.8.1
Fixed
- (parser) calculate correct error column in presence of unicode (#353)
- (parser) switch from
&[u8]
to &str
based stream (#351)
hcl-rs-v0.17.2
Added
- add
from_value
function for deserializing HCL Value
. (#348)
hcl-rs-v0.17.1
Fixed
- don't leak internal handles during serialization (#346)