Skip to content

Commit

Permalink
v0.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Sep 4, 2020
1 parent ea9e0dd commit a6c4684
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,17 +1,17 @@
# 0.0.1 (Unreleased)
# 0.0.1 (September 04, 2020)

TEST RELEASE - PLEASE DO NOT USE


# 0.9.0 (xxx)

BREAKING
- `context.Context` added to `tfinstall.Find` to allow for cancellation, timeouts, etc [GH-51]
- `context.Context` added to `tfinstall.Find` to allow for cancellation, timeouts, etc ([#51](https://github.com/hashicorp/terraform-exec/issues/51))

FEATURES
- Add `ErrWorkspaceExists` for when workspaces with the same name already exist when calling `Terraform.WorkspaceNew` [GH-67]
- Added `tfinstall.GitRef` to support installation of Terraform from a git ref instead of by released version [GH-51]
- Created the **tfinstall** CLI utility (this is mostly for use in things like CI automation) [GH-29]
- Add `ErrWorkspaceExists` for when workspaces with the same name already exist when calling `Terraform.WorkspaceNew` ([#67](https://github.com/hashicorp/terraform-exec/issues/67))
- Added `tfinstall.GitRef` to support installation of Terraform from a git ref instead of by released version ([#51](https://github.com/hashicorp/terraform-exec/issues/51))
- Created the **tfinstall** CLI utility (this is mostly for use in things like CI automation) ([#29](https://github.com/hashicorp/terraform-exec/issues/29))

# 0.8.0 (August 29, 2020)

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

const version = "0.8.0"
const version = "0.0.1"

// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
// This is a function to allow for future possible enhancement using debug.BuildInfo.
Expand Down

0 comments on commit a6c4684

Please sign in to comment.