Skip to content

Commit 0d509af

Browse files
committed
Release v14.0.2
1 parent bccb416 commit 0d509af

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 14.0.2 (2025/09/30)
2+
3+
FIXES:
4+
5+
- fix: tolerate underscore character in stack names
6+
- fix: create .run directory if missing
7+
8+
UPDATES:
9+
10+
- chore(deps): lock file maintenance (#563)
11+
- chore(deps): lock file maintenance (#567)
12+
- chore(deps): lock file maintenance (#569)
13+
- chore(deps): update dependency boto3 to v1.40.30 (#562)
14+
- chore(deps): update dependency coverage to v7.10.7 (#566)
15+
- chore(deps): update dependency pytest-mock to v3.15.1 (#565)
16+
- chore(deps): update dependency pyyaml to v6.0.3 (#568)
17+
- chore(deps): update dependency tox to v4.30.2 (#570)
18+
- chore(deps): update py-cov-action/python-coverage-comment-action action to v3.38 (#564)
19+
120
# 14.0.1 (2025/09/08)
221

322
FIXES:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claranet-tfwrapper"
3-
version = "14.0.2a0"
3+
version = "14.0.2"
44
description = "Claranet's `tfwrapper` is a wrapper for [Terraform](https://www.terraform.io/) implemented in python which aims to simplify Terraform usage and enforce best practices"
55
authors = []
66
license = { text = "Mozilla Public License Version 2.0" }

0 commit comments

Comments
 (0)