Skip to content

Commit 8f1baaf

Browse files
committed
Release v9.2.0
1 parent 7dc0c9c commit 8f1baaf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 9.2.0 (2022/02/08)
2+
3+
ADDED:
4+
5+
TER-496: add shell completion to tfwrapper and terraform commands
6+
7+
UPDATES:
8+
9+
- Update pre-commit hooks and add flake8-docstrings dependency to flake8 pre-commit hook to match CI checks
10+
111
# 9.1.0 (2022/01/24)
212

313
ADDED:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "claranet-tfwrapper"
3-
version = "9.1.1-alpha.0"
3+
version = "9.2.0"
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 = "Mozilla Public License Version 2.0"

0 commit comments

Comments
 (0)