Skip to content

Commit

Permalink
v0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Sep 23, 2020
1 parent f4ce282 commit 7182a83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 0.11.0 (Unreleased)
# 0.11.0 (September 23, 2020)

FEATURES
- Added Terraform fmt support with the ability to format and write files/folders, check if files/folders need formatting, and format strings directly [GH-82]
- Added support for refs in the tfinstall CLI [GH-80]
- Added Terraform fmt support with the ability to format and write files/folders, check if files/folders need formatting, and format strings directly ([#82](https://github.com/hashicorp/terraform-exec/issues/82))
- Added support for refs in the tfinstall CLI ([#80](https://github.com/hashicorp/terraform-exec/issues/80))

N.B. tfinstall binaries for all supported platforms are now available via GitHub Releases.

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.10.0"
const version = "0.11.0"

// 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 7182a83

Please sign in to comment.