Skip to content

Commit 35d7fcb

Browse files
author
Terraform SDK CircleCI
committed
v2.0.3 [skip ci]
1 parent cf2154f commit 35d7fcb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 2.0.3 (Unreleased)
1+
# 2.0.3 (September 15, 2020)
22

33
BUG FIXES
44

5-
* Fixed a bug that would incorrectly mark tests using TestStep.ImportStateVerify as failed if they tested a resource with custom timeouts [GH-576]
6-
* Fixed a bug where errors destroying infrastructure after tests wouldn't be reported [GH-581]
7-
* Fixed a bug where test steps that expected a non-empty plan would fail because they had an empty plan, erroneously [GH-580]
8-
* Fixed a bug where the plan output shown when an unexpected diff was encountered during testing would be shown in JSON instead of a human-readable format [GH-584]
5+
* Fixed a bug that would incorrectly mark tests using TestStep.ImportStateVerify as failed if they tested a resource with custom timeouts ([#576](https://github.com/hashicorp/terraform-plugin-sdk/issues/576))
6+
* Fixed a bug where errors destroying infrastructure after tests wouldn't be reported ([#581](https://github.com/hashicorp/terraform-plugin-sdk/issues/581))
7+
* Fixed a bug where test steps that expected a non-empty plan would fail because they had an empty plan, erroneously ([#580](https://github.com/hashicorp/terraform-plugin-sdk/issues/580))
8+
* Fixed a bug where the plan output shown when an unexpected diff was encountered during testing would be shown in JSON instead of a human-readable format ([#584](https://github.com/hashicorp/terraform-plugin-sdk/issues/584))
99

1010
# 2.0.2 (September 10, 2020)
1111

meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var SDKVersion = "2.0.2"
14+
var SDKVersion = "2.0.3"
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

0 commit comments

Comments
 (0)