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,10 @@ All notable changes to this project will be documented in this file.
55
66## [ Unreleased]
77
8- <!-- None < 2022-11-02 06:51:48+00:00 -->
8+
9+ ## [ 1.7.6] - 2022-11-02
10+
11+ - [[ #62 ] ( https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/62 )] Inherit TerraformJSONBase from Mapping ABC ([ juliocc] ( https://github.com/juliocc ) ) <!-- 2022-11-02 13:43:24+00:00 -->
912
1013## [ 1.7.5] - 2022-11-02
1114<!-- 2022-11-02 06:51:48+00:00 < 2022-10-02 16:42:19+00:00 -->
@@ -171,7 +174,8 @@ All notable changes to this project will be documented in this file.
171174<!-- 2019-09-10 06:58:18+00:00 < None -->
172175
173176<!-- markdown-link-check-disable -->
174- [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...HEAD
177+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...HEAD
178+ [ 1.7.6 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...v1.7.6
175179[ 1.7.5 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.4...v1.7.5
176180[ 1.7.4 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.3...v1.7.4
177181[ 1.7.3 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.2...v1.7.3
Original file line number Diff line number Diff line change 4343from pathlib import Path
4444from typing import List
4545
46- __version__ = '1.7.5 '
46+ __version__ = '1.7.6 '
4747
4848_LOGGER = logging .getLogger ('tftest' )
4949
You can’t perform that action at this time.
0 commit comments