This repository was archived by the owner on Aug 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed 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.
5
5
6
6
## [ Unreleased]
7
7
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 -->
9
12
10
13
## [ 1.7.5] - 2022-11-02
11
14
<!-- 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.
171
174
<!-- 2019-09-10 06:58:18+00:00 < None -->
172
175
173
176
<!-- 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
175
179
[ 1.7.5 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.4...v1.7.5
176
180
[ 1.7.4 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.3...v1.7.4
177
181
[ 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 43
43
from pathlib import Path
44
44
from typing import List
45
45
46
- __version__ = '1.7.5 '
46
+ __version__ = '1.7.6 '
47
47
48
48
_LOGGER = logging .getLogger ('tftest' )
49
49
You can’t perform that action at this time.
0 commit comments