Skip to content

Commit

Permalink
tag v1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Apr 24, 2023
1 parent 867c9e4 commit ee988ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

<!-- None < 2023-01-26 11:16:58+00:00 -->
## [1.8.4] - 2023-04-24

- [[#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 -->
- [[#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 -->

## [1.8.3] - 2023-04-16

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

<!-- markdown-link-check-disable -->
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.2...HEAD
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.4...HEAD
[1.8.4]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.3...v1.8.4
[1.8.3]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.2...v1.8.3
[1.8.2]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion tftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from pathlib import Path
from typing import List

__version__ = '1.8.3'
__version__ = '1.8.4'

_LOGGER = logging.getLogger('tftest')

Expand Down

0 comments on commit ee988ba

Please sign in to comment.