Skip to content

Releases: tmccombs/hcl2json

v0.6.8

26 Aug 09:22
03ebaeb
Compare
Choose a tag to compare

Changelog

  • 03ebaeb Merge pull request #130 from tmccombs/dependabot/go_modules/github.com/zclconf/go-cty-1.16.4

Released by GoReleaser.

v0.6.7

29 Mar 21:26
2dcdf50
Compare
Choose a tag to compare

Changelog

  • 2dcdf50 Merge pull request #120 from tmccombs/build-fixes

Released by GoReleaser.

v0.6.6

19 Mar 07:48
5891842
Compare
Choose a tag to compare

Changelog

  • 5891842 Merge pull request #115 from tmccombs/goreleaser

Released by GoReleaser.

v0.6.5

21 Dec 07:39
Compare
Choose a tag to compare

This just increases the hcl dependency.

Notably, this should now correctly parse terraform provider functions.

What's Changed

  • Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in #106
  • Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 by @dependabot in #107
  • Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 by @dependabot in #109

Full Changelog: v0.6.4...v0.6.5

v0.6.4

30 Jul 07:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

03 May 06:52
cd307a2
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 by @dependabot in #94
  • Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 by @dependabot in #95
  • fix: Properly escape things that should be escaped by @tmccombs in #97

Full Changelog: v0.6.2...v0.6.3

v0.6.2

14 Mar 03:55
88500c7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Jan 07:13
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @mvadu made their first contribution in #86

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Aug 07:25
d57fd55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

04 Mar 08:06
Compare
Choose a tag to compare
  • Make a few functions public in library
  • Fix bug where stdin wasn't used if no files are passed as arguments