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

Commit e11c6a9

Browse files
committed
bump version to 1.8.2
1 parent 33dcf12 commit e11c6a9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
<!-- None < 2022-12-01 06:54:32+00:00 -->
8+
## [1.8.2] - 2023-01-26
99

1010
- [[#69](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/69)] [feature] added support to pass a complex dict ([MrImpossibru](https://github.com/MrImpossibru)) <!-- 2023-01-26 10:26:38+00:00 -->
1111

@@ -193,7 +193,8 @@ All notable changes to this project will be documented in this file.
193193
<!-- 2019-09-10 06:58:18+00:00 < None -->
194194

195195
<!-- markdown-link-check-disable -->
196-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...HEAD
196+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.2...HEAD
197+
[1.8.2]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.1...v1.8.2
197198
[1.8.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...v1.8.1
198199
[1.8.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...v1.8.0
199200
[1.7.7]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...v1.7.7

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.1'
46+
__version__ = '1.8.2'
4747

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

0 commit comments

Comments
 (0)