File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # 1.10.0 (Unreleased )
1+ # 1.10.0 (April 23, 2020 )
22
33FEATURES:
44
5- * Added validation helper ` RequiredWith ` [ GH- 342 ]
5+ * Added validation helper ` RequiredWith ` ( [ # 342 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/342 ) )
66
77BUG FIXES:
88
9- * Binary acceptance test driver: omit test cleanup when state is empty [ GH- 356 ]
10- * Make mockT.Fatal halt execution [ GH- 396 ]
9+ * Binary acceptance test driver: omit test cleanup when state is empty ( [ # 356 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/356 ) )
10+ * Make mockT.Fatal halt execution ( [ # 396 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/396 ) )
1111
1212DEPENDENCIES:
1313
14- * ` github.com/hashicorp/[email protected] ` ->
` v1.3.0 ` [ GH- 400 ] 14+ * ` github.com/hashicorp/[email protected] ` ->
` v1.3.0 ` [[ # 400 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/ 400) ] 1515
1616# 1.9.1 (April 09, 2020)
1717
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.9.1 "
14+ var SDKVersion = "1.10.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