File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # 0.7.0 (Unreleased )
1
+ # 0.7.0 (August 20, 2020 )
2
2
3
3
FEATURES
4
- - Added ` Terraform.Refresh ` method [ GH- 53 ]
5
- - Added ` Terraform.ShowStateFile ` and ` Terraform.ShowPlanFile ` [ GH- 54 ]
6
- - Added support for ` DIR ` positional arg in init, destroy, and plan [ GH- 52 ]
7
- - Relaxed logger interface [ GH- 57 ]
8
- - Added error for missing required variable [ GH- 57 ]
4
+ - Added ` Terraform.Refresh ` method ( [ # 53 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/53 ) )
5
+ - Added ` Terraform.ShowStateFile ` and ` Terraform.ShowPlanFile ` ( [ # 54 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/54 ) )
6
+ - Added support for ` DIR ` positional arg in init, destroy, and plan ( [ # 52 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/52 ) )
7
+ - Relaxed logger interface ( [ # 57 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/57 ) )
8
+ - Added error for missing required variable ( [ # 57 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/57 ) )
9
9
10
10
BUG FIXES
11
- - Fixed logging issue for error cmd [ GH- 57 ]
11
+ - Fixed logging issue for error cmd ( [ # 57 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/57 ) )
12
12
13
13
# 0.6.0 (August 14, 2020)
14
14
Original file line number Diff line number Diff line change 1
1
package tfinstall
2
2
3
3
// Version is the tfinstall package version, used in user agent headers
4
- const Version = "0.6 .0"
4
+ const Version = "0.7 .0"
You can’t perform that action at this time.
0 commit comments