Skip to content

Releases: martinohmann/hcl-rs

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)

hcl-rs-v0.17.0

16 May 14:47
870df83
Compare
Choose a tag to compare

Added

  • [breaking] add support for namespaced functions (#343)

Other

  • (deps) bump serde_json from 1.0.112 to 1.0.116 (#339)
  • (deps) bump itoa from 1.0.9 to 1.0.11 (#337)

hcl-primitives-v0.1.5

16 May 14:47
870df83
Compare
Choose a tag to compare

Other

  • (deps) bump itoa from 1.0.9 to 1.0.11 (#337)

hcl-edit-v0.8.0

16 May 14:47
870df83
Compare
Choose a tag to compare

Added

  • [breaking] add support for namespaced functions (#343)

hcl-rs-v0.16.9

13 Apr 20:43
bb2c805
Compare
Choose a tag to compare

Other

  • (clippy) address new pedantic lints in nightly

hcl-primitives-v0.1.4

13 Apr 20:43
bb2c805
Compare
Choose a tag to compare

Other

  • (clippy) address new pedantic lints in nightly

hcl-edit-v0.7.7

13 Apr 20:43
bb2c805
Compare
Choose a tag to compare

Other

  • expose hcl-edit parser error message (#334)
  • update notice in README