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 +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.5.6]
11
+
12
+ - retag 1.5.5 as 1.5.6
13
+
10
14
## [ 1.5.5]
11
15
12
16
- do not fail when ` resource_changes ` key is not present in output
17
+ - this release has been skippe don pypi
13
18
14
19
## [ 1.5.4]
15
20
@@ -83,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
88
- remove the ` teardown ` method
84
89
- unify the ` plan ` and ` plan_out ` methods
85
90
86
- [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.5...HEAD
91
+ [ Unreleased ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.6...HEAD
92
+ [ 1.5.5 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.5...v1.5.6
87
93
[ 1.5.5 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.4...v1.5.5
88
94
[ 1.5.4 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.3...v1.5.4
89
95
[ 1.5.3 ] : https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.2...v1.5.3
Original file line number Diff line number Diff line change 33
33
import tempfile
34
34
import weakref
35
35
36
- __version__ = '1.5.4 '
36
+ __version__ = '1.5.6 '
37
37
38
38
_LOGGER = logging .getLogger ('tftest' )
39
39
You can’t perform that action at this time.
0 commit comments