Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 2552998

Browse files
authored
Update CHANGELOG.md
1 parent d1e3f89 commit 2552998

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.3]
11+
12+
- allow customizing environment variables
13+
14+
## [1.5.2]
15+
16+
- fix errors when plan has no variables
17+
1018
## [1.5.1]
1119

1220
- add support for `-var-file` flag
@@ -67,7 +75,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6775
- remove the `teardown` method
6876
- unify the `plan` and `plan_out` methods
6977

70-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.1...HEAD
78+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.3...HEAD
79+
[1.5.3]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.2...v1.5.3
80+
[1.5.2]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.1...v1.5.2
7181
[1.5.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.0...v1.5.1
7282
[1.5.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.4.1...v1.5.0
7383
[1.4.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.3.0...v1.4.1

0 commit comments

Comments
 (0)