Skip to content

Commit ee988ba

Browse files
committed
tag v1.8.4
1 parent 867c9e4 commit ee988ba

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8-
<!-- None < 2023-01-26 11:16:58+00:00 -->
8+
## [1.8.4] - 2023-04-24
9+
10+
- [[#72](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/72)] Stop Windows hangs when last output is on stderr ([andrewesweet](https://github.com/andrewesweet)) <!-- 2023-04-24 14:37:57+00:00 -->
11+
- [[#71](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/71)] Make cache directory path Windows friendly ([andrewesweet](https://github.com/andrewesweet)) <!-- 2023-04-24 14:36:36+00:00 -->
912

1013
## [1.8.3] - 2023-04-16
1114

@@ -200,7 +203,9 @@ All notable changes to this project will be documented in this file.
200203
<!-- 2019-09-10 06:58:18+00:00 < None -->
201204

202205
<!-- markdown-link-check-disable -->
203-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.2...HEAD
206+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.4...HEAD
207+
[1.8.4]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.3...v1.8.4
208+
[1.8.3]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.2...v1.8.3
204209
[1.8.2]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...v1.8.2
205210
[1.8.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...v1.8.1
206211
[1.8.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...v1.8.0

tftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from pathlib import Path
4444
from typing import List
4545

46-
__version__ = '1.8.3'
46+
__version__ = '1.8.4'
4747

4848
_LOGGER = logging.getLogger('tftest')
4949

0 commit comments

Comments
 (0)