We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2bc9a commit 6801a6eCopy full SHA for 6801a6e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 0.22.0 (Unreleased)
+# 0.22.0 (January 21, 2025)
2
3
ENHANCEMENTS:
4
* tfexec: Add support for `terraform init --json` via `InitJSON` ([#478](https://github.com/hashicorp/terraform-exec/pull/478))
internal/version/version.go
@@ -3,7 +3,7 @@
package version
5
6
-const version = "0.21.0"
+const version = "0.22.0"
7
8
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
9
// This is a function to allow for future possible enhancement using debug.BuildInfo.
0 commit comments