Skip to content

Commit abfe393

Browse files
committed
bump version
1 parent d3d1e37 commit abfe393

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

tftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from pathlib import Path
4444
from typing import List
4545

46-
__version__ = '1.7.7'
46+
__version__ = '1.8.0'
4747

4848
_LOGGER = logging.getLogger('tftest')
4949

0 commit comments

Comments
 (0)