Skip to content

Commit b63b74a

Browse files
author
Terraform SDK CircleCI
committed
v0.3.0 [skip ci]
1 parent 7e3979d commit b63b74a

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,12 +1,12 @@
1-
# 0.3.0 (Unreleased)
1+
# 0.3.0 (July 17, 2020)
22

33
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))
77

88
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))
1010

1111
# 0.2.2 (July 13, 2020)
1212

tfinstall/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package tfinstall
22

33
// Version is the tfinstall package version, used in user agent headers
4-
const Version = "0.2.2"
4+
const Version = "0.3.0"

0 commit comments

Comments
 (0)