Skip to content

Commit 06b9ee1

Browse files
author
Terraform SDK CircleCI
committed
v0.2.0 [skip ci]
1 parent 129ed74 commit 06b9ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 0.2.0 (Unreleased)
1+
# 0.2.0 (November 20, 2020)
22

33
ENHANCEMENTS:
44

5-
* `tftypes.NewValue` can now accept a wider array of standard library types which will be automatically converted to their standard representation [GH-46] [GH-47]
6-
* `tfprotov5.RawState` now has an `Unmarshal` method, just like `tfprotov5.DynamicValue`, yielding a `tftypes.Value`. [GH-42]
5+
* `tftypes.NewValue` can now accept a wider array of standard library types which will be automatically converted to their standard representation ([#46](https://github.com/hashicorp/terraform-plugin-go/issues/46)] [[#47](https://github.com/hashicorp/terraform-plugin-go/issues/47))
6+
* `tfprotov5.RawState` now has an `Unmarshal` method, just like `tfprotov5.DynamicValue`, yielding a `tftypes.Value`. ([#42](https://github.com/hashicorp/terraform-plugin-go/issues/42))
77

88
# 0.1.0 (November 02, 2020)
99

0 commit comments

Comments
 (0)