You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
# 0.19.0 (Unreleased)
1
+
# 0.19.0 (August 31, 2023)
2
2
3
3
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))
7
7
8
8
BUG FIXES:
9
9
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))
0 commit comments