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,9 +5,11 @@ All notable changes to this project will be documented in this file.
55
66## [ Unreleased]
77
8-
98<!-- None < 2022-11-04 13:00:05+00:00 -->
109
10+ ## [ 1.8.0] - 2022-11-09
11+
12+ - [[ #64 ] ( https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/64 )] Create cache hash after command ([ marshall7m] ( https://github.com/marshall7m ) ) <!-- 2022-11-09 06:40:50+00:00 -->
1113
1214## [ 1.7.7] - 2022-11-04
1315<!-- 2022-11-04 13:00:05+00:00 < 2022-11-02 13:49:30+00:00 -->
@@ -182,7 +184,8 @@ All notable changes to this project will be documented in this file.
182184<!-- 2019-09-10 06:58:18+00:00 < None -->
183185
184186<!-- markdown-link-check-disable -->
185- [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...HEAD
187+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.8.0...HEAD
188+ [ 1.8.0 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.7...v1.8.0
186189[ 1.7.7 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...v1.7.7
187190[ 1.7.6 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...v1.7.6
188191[ 1.7.5 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.4...v1.7.5
Original file line number Diff line number Diff line change 4343from pathlib import Path
4444from typing import List
4545
46- __version__ = '1.7.7 '
46+ __version__ = '1.8.0 '
4747
4848_LOGGER = logging .getLogger ('tftest' )
4949
You can’t perform that action at this time.
0 commit comments