File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # 1.7.0 (Unreleased )
1+ # 1.7.0 (February 12, 2020 )
22
33FEATURES:
4- * Binary acceptance test driver [ GH- 262 ]
4+ * Binary acceptance test driver ( [ # 262 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/262 ) )
55
66DEPRECATED:
77
8- * helper/schema: ` ResourceData.Partial ` [ GH- 317 ]
9- * helper/schema: ` ResourceData.SetPartial ` [ GH- 317 ]
8+ * helper/schema: ` ResourceData.Partial ` ( [ # 317 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/317 ) )
9+ * helper/schema: ` ResourceData.SetPartial ` ( [ # 317 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/317 ) )
1010
1111# 1.6.0 (January 29, 2020)
1212
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111)
1212
1313// The main version number that is being run at the moment.
14- var SDKVersion = "1.6 .0"
14+ var SDKVersion = "1.7 .0"
1515
1616// A pre-release marker for the version. If this is "" (empty string)
1717// then it means that it is a final release. Otherwise, this is a pre-release
You can’t perform that action at this time.
0 commit comments