File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
66## [ Unreleased]
77
8- <!-- None < 2022-08-04 11:44:18+00:00 -->
8+ <!-- None < 2022-09-15 05:29:49+00:00 -->
9+
10+ - [[ #58 ] ( https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/58 )] fix: Handle terraform crashes ([ grahamhar] ( https://github.com/grahamhar ) ) <!-- 2022-09-23 14:38:29+00:00 -->
11+
12+ ## [ 1.7.2] - 2022-09-15
13+ <!-- 2022-09-15 05:29:49+00:00 < 2022-08-04 11:44:18+00:00 -->
914
1015- [[ #56 ] ( https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/56 )] add ability to pickle tftest instance objects ([ marshall7m] ( https://github.com/marshall7m ) ) <!-- 2022-09-15 05:22:57+00:00 -->
1116
@@ -152,7 +157,8 @@ All notable changes to this project will be documented in this file.
152157<!-- 2019-09-10 06:58:18+00:00 < None -->
153158
154159<!-- markdown-link-check-disable -->
155- [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.1...HEAD
160+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.2...HEAD
161+ [ 1.7.2 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.1...v1.7.2
156162[ 1.7.1 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.0...v1.7.1
157163[ 1.7.0 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.6.5...v1.7.0
158164[ 1.6.5 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.6.4...v1.6.5
Original file line number Diff line number Diff line change 4040from pathlib import Path
4141from typing import List
4242
43- __version__ = '1.7.2 '
43+ __version__ = '1.7.3 '
4444
4545_LOGGER = logging .getLogger ('tftest' )
4646
You can’t perform that action at this time.
0 commit comments