Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 6b2be38

Browse files
committed
bump to 1.8.1
1 parent d5bd4a2 commit 6b2be38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [1.8.1] - 2022-12-01
89
<!-- None < 2022-11-09 06:45:04+00:00 -->
910

1011
- [[#66](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/66)] Support both lists and tuples in var-file arg and add relevant test ([ludoo](https://github.com/ludoo)) <!-- 2022-12-01 06:47:08+00:00 -->
@@ -188,7 +189,8 @@ All notable changes to this project will be documented in this file.
188189
<!-- 2019-09-10 06:58:18+00:00 < None -->
189190

190191
<!-- markdown-link-check-disable -->
191-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...HEAD
192+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...HEAD
193+
[1.8.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...v1.8.1
192194
[1.8.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...v1.8.0
193195
[1.7.7]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...v1.7.7
194196
[1.7.6]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...v1.7.6

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.0'
46+
__version__ = '1.8.1'
4747

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

0 commit comments

Comments
 (0)