mirror of https://github.com/hashicorp/terraform
parent
7e6b05a95f
commit
664fb5d51e
@ -0,0 +1,10 @@
|
||||
# 1.0.1 (July 30, 2019)
|
||||
|
||||
* The YAML decoder is now correctly treating quoted scalars as verbatim literal
|
||||
strings rather than using the fuzzy type selection rules for them. Fuzzy
|
||||
type selection rules still apply to unquoted scalars.
|
||||
([#4](https://github.com/zclconf/go-cty-yaml/pull/4))
|
||||
|
||||
# 1.0.0 (May 26, 2019)
|
||||
|
||||
Initial release.
|
||||
@ -1,3 +1,3 @@
|
||||
module github.com/zclconf/go-cty-yaml
|
||||
|
||||
require github.com/zclconf/go-cty v0.0.0-20190516203816-4fecf87372ec
|
||||
require github.com/zclconf/go-cty v1.0.0
|
||||
|
||||
Loading…
Reference in new issue