Skip to content

Commit 20b39e1

Browse files
v0.18.1 [skip ci]
1 parent 1c86eb1 commit 20b39e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 0.18.1 (Unreleased)
1+
# 0.18.1 (March 01, 2023)
22

33
BUG FIXES:
44

5-
- Fix bug in which errors returned from commands such as `(Terraform).Apply()` were missing stderr output from Terraform. [GH-372]
5+
- Fix bug in which errors returned from commands such as `(Terraform).Apply()` were missing stderr output from Terraform. ([#372](https://github.com/hashicorp/terraform-exec/issues/372))
66

77
# 0.18.0 (February 20, 2023)
88

internal/version/version.go

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

3-
const version = "0.18.0"
3+
const version = "0.18.1"
44

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

0 commit comments

Comments
 (0)