Skip to content

Commit

Permalink
v0.19.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
proj-terraform-exec-bot committed Aug 31, 2023
1 parent b55ace7 commit 44a44d7
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,13 +1,13 @@
# 0.19.0 (Unreleased)
# 0.19.0 (August 31, 2023)

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

BUG FIXES:

- Fix bug in which the `TF_WORKSPACE` env var was set to an empty string, instead of being unset as intended. [GH-388]
- 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))

# 0.18.1 (March 01, 2023)

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

package version

const version = "0.18.1"
const version = "0.19.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 44a44d7

Please sign in to comment.