Skip to content

Commit

Permalink
Release v13.1.2a1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 10, 2023
1 parent a603019 commit d404d0f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 13.1.2a1 (2023/10/10)

UPDATES:

- doc: clarify account term usage, document global case, and remove obsolete information
- ci: authenticate to PyPI with OIDC for publishing artifacts
- ci: enable GitHub's Merge Queue
- ci: replace Dependabot by RenovateBot with automerge enabled

- deps: bump black from 23.7.0 to 23.9.1
- deps: bump coverage from 7.3.0 to 7.3.1
- deps: bump pytest from 7.4.1 to 7.4.2
- deps: bump tox from 4.11.1 to 4.11.3
- deps: lock file maintenance

# 13.1.1 (2023/09/11)

FIXES:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "claranet-tfwrapper"
version = "13.1.2a0"
version = "13.1.2a1"
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"
authors = []
license = "Mozilla Public License Version 2.0"
Expand Down

0 comments on commit d404d0f

Please sign in to comment.