Skip to content

Commit 44a44d7

Browse files
v0.19.0 [skip ci]
1 parent b55ace7 commit 44a44d7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# 0.19.0 (Unreleased)
1+
# 0.19.0 (August 31, 2023)
22

33
ENHANCEMENTS:
4-
- Add support for `terraform test` command [GH-398]
5-
- Add support for `-refresh-only` flag for `Plan` and `Apply` methods. [GH-402]
6-
- Add support for `-destroy` flag for `Apply` [GH-292]
4+
- Add support for `terraform test` command ([#398](https://github.com/hashicorp/terraform-exec/issues/398))
5+
- Add support for `-refresh-only` flag for `Plan` and `Apply` methods. ([#402](https://github.com/hashicorp/terraform-exec/issues/402))
6+
- Add support for `-destroy` flag for `Apply` ([#292](https://github.com/hashicorp/terraform-exec/issues/292))
77

88
BUG FIXES:
99

10-
- Fix bug in which the `TF_WORKSPACE` env var was set to an empty string, instead of being unset as intended. [GH-388]
10+
- Fix bug in which the `TF_WORKSPACE` env var was set to an empty string, instead of being unset as intended. ([#388](https://github.com/hashicorp/terraform-exec/issues/388))
1111

1212
# 0.18.1 (March 01, 2023)
1313

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package version
55

6-
const version = "0.18.1"
6+
const version = "0.19.0"
77

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

0 commit comments

Comments
 (0)