Skip to content

Commit

Permalink
v0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Jul 17, 2020
1 parent 7e3979d commit b63b74a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 0.3.0 (Unreleased)
# 0.3.0 (July 17, 2020)

BREAKING CHANGES:
- Stop exporting `exec.Cmd` versions of methods [GH-25]
- Require `address` and `id` arguments in `Import()` [GH-24]
- Rename `StateShow()` to `Show()` [GH-30]
- Stop exporting `exec.Cmd` versions of methods ([#25](https://github.com/hashicorp/terraform-plugin-sdk/issues/25))
- Require `address` and `id` arguments in `Import()` ([#24](https://github.com/hashicorp/terraform-plugin-sdk/issues/24))
- Rename `StateShow()` to `Show()` ([#30](https://github.com/hashicorp/terraform-plugin-sdk/issues/30))

BUG FIXES:
- Fix bug in `Import()` config argument [GH-28]
- Fix bug in `Import()` config argument ([#28](https://github.com/hashicorp/terraform-plugin-sdk/issues/28))

# 0.2.2 (July 13, 2020)

Expand Down
2 changes: 1 addition & 1 deletion tfinstall/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tfinstall

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

0 comments on commit b63b74a

Please sign in to comment.