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
- # 0.3.0 (Unreleased )
1
+ # 0.3.0 (July 17, 2020 )
2
2
3
3
BREAKING CHANGES:
4
- - Stop exporting ` exec.Cmd ` versions of methods [ GH- 25 ]
5
- - Require ` address ` and ` id ` arguments in ` Import() ` [ GH- 24 ]
6
- - Rename ` StateShow() ` to ` Show() ` [ GH- 30 ]
4
+ - Stop exporting ` exec.Cmd ` versions of methods ( [ # 25 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/25 ) )
5
+ - Require ` address ` and ` id ` arguments in ` Import() ` ( [ # 24 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/24 ) )
6
+ - Rename ` StateShow() ` to ` Show() ` ( [ # 30 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/30 ) )
7
7
8
8
BUG FIXES:
9
- - Fix bug in ` Import() ` config argument [ GH- 28 ]
9
+ - Fix bug in ` Import() ` config argument ( [ # 28 ] ( https://github.com/hashicorp/terraform-plugin-sdk/issues/28 ) )
10
10
11
11
# 0.2.2 (July 13, 2020)
12
12
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.2.2 "
4
+ const Version = "0.3.0 "
You can’t perform that action at this time.
0 commit comments