From a3a57d640a5c2b6bb5140adb0b20608378ccf3e8 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:17:36 +0100 Subject: [PATCH] chore(main): release 2.1.2 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ molecule_hetznercloud/_version.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3693e6f..4d7044e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.1"} +{".":"2.1.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2015a04..73b33ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.1.2](https://github.com/ansible-community/molecule-hetznercloud/compare/2.1.1...2.1.2) (2024-03-11) + + +### Dependencies + +* update pre-commit hook asottile/pyupgrade to v3.15.1 ([#83](https://github.com/ansible-community/molecule-hetznercloud/issues/83)) ([76cd33f](https://github.com/ansible-community/molecule-hetznercloud/commit/76cd33f77867fff898aac534e062e552e5aef401)) +* update pre-commit hook psf/black-pre-commit-mirror to v24.2.0 ([#82](https://github.com/ansible-community/molecule-hetznercloud/issues/82)) ([96030aa](https://github.com/ansible-community/molecule-hetznercloud/commit/96030aa38bb0cfb4c68301cab0f50ef73cf30ac5)) +* update pypa/gh-action-pypi-publish action to v1.8.12 ([#87](https://github.com/ansible-community/molecule-hetznercloud/issues/87)) ([440c71d](https://github.com/ansible-community/molecule-hetznercloud/commit/440c71d8273b47985d0113ac26de8edf20fdab6f)) +* update pypa/gh-action-pypi-publish action to v1.8.14 ([#88](https://github.com/ansible-community/molecule-hetznercloud/issues/88)) ([c1f46bb](https://github.com/ansible-community/molecule-hetznercloud/commit/c1f46bba686f7369931441b3ebe24ab9eeb6c674)) + ## [2.1.1](https://github.com/ansible-community/molecule-hetznercloud/compare/2.1.0...2.1.1) (2024-02-09) diff --git a/molecule_hetznercloud/_version.py b/molecule_hetznercloud/_version.py index 0dbaa6b..c596c72 100644 --- a/molecule_hetznercloud/_version.py +++ b/molecule_hetznercloud/_version.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "2.1.1" # x-release-please-version +__version__ = "2.1.2" # x-release-please-version