Skip to content

Releases: martinohmann/hcl-rs

hcl-rs-v0.18.2

04 Oct 11:16
943b2f9
Compare
Choose a tag to compare

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

04 Oct 11:16
943b2f9
Compare
Choose a tag to compare

Other

  • (deps) bump unicode-ident from 1.0.12 to 1.0.13 (#375)

hcl-edit-v0.8.3

04 Oct 11:16
943b2f9
Compare
Choose a tag to compare

Other

  • update Cargo.lock dependencies

hcl-rs-v0.18.1

25 Sep 06:16
3ecb8b5
Compare
Choose a tag to compare

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

25 Sep 06:16
3ecb8b5
Compare
Choose a tag to compare

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

25 Sep 06:16
3ecb8b5
Compare
Choose a tag to compare

Fixed

  • (parser) allow newlines in function calls and arrays (#368)

Other

  • address linting issues

hcl-rs-v0.18.0

24 May 19:13
c62bff9
Compare
Choose a tag to compare

Fixed

  • [breaking] remove deprecated items (#355)

hcl-edit-v0.8.1

24 May 19:13
c62bff9
Compare
Choose a tag to compare

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

21 May 16:51
48de0e7
Compare
Choose a tag to compare

Added

  • add from_value function for deserializing HCL Value. (#348)

hcl-rs-v0.17.1

20 May 12:19
f4ccc7e
Compare
Choose a tag to compare

Fixed

  • don't leak internal handles during serialization (#346)