Skip to content

Commit

Permalink
chore(main): release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Feb 9, 2024
1 parent bbbfd24 commit 6618c64
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.1.0"}
{".":"2.1.1"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.1](https://github.com/ansible-community/molecule-hetznercloud/compare/2.1.0...2.1.1) (2024-02-09)


### Dependencies

* update actions/checkout action to v4 ([#72](https://github.com/ansible-community/molecule-hetznercloud/issues/72)) ([2fa22da](https://github.com/ansible-community/molecule-hetznercloud/commit/2fa22dab049df676d6b5b6875f7ead5788aeb3f9))
* update actions/download-artifact action to v4 ([#75](https://github.com/ansible-community/molecule-hetznercloud/issues/75)) ([3fcac53](https://github.com/ansible-community/molecule-hetznercloud/commit/3fcac536fd42ed0bd3e2cd3d6a7c40403cabf761))
* update actions/setup-python action to v5 ([#76](https://github.com/ansible-community/molecule-hetznercloud/issues/76)) ([0e5bf2b](https://github.com/ansible-community/molecule-hetznercloud/commit/0e5bf2bd691e7de459a17522dfa354f282380170))
* update actions/upload-artifact action to v4 ([#77](https://github.com/ansible-community/molecule-hetznercloud/issues/77)) ([5d6a23d](https://github.com/ansible-community/molecule-hetznercloud/commit/5d6a23d6f2d95136cbe5e63d67540939e870af1b))
* update codecov/codecov-action action to v4 ([#80](https://github.com/ansible-community/molecule-hetznercloud/issues/80)) ([bbbfd24](https://github.com/ansible-community/molecule-hetznercloud/commit/bbbfd240ca6405080b03f45ca29e80a9903ce610))
* update pypa/gh-action-pypi-publish action to v1.8.11 ([#71](https://github.com/ansible-community/molecule-hetznercloud/issues/71)) ([d9ef66e](https://github.com/ansible-community/molecule-hetznercloud/commit/d9ef66ee5a64741fef5d45350738677a6902c47c))

## [2.1.0](https://github.com/ansible-community/molecule-hetznercloud/compare/2.0.0...2.1.0) (2024-02-02)


Expand Down
2 changes: 1 addition & 1 deletion molecule_hetznercloud/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "2.1.0" # x-release-please-version
__version__ = "2.1.1" # x-release-please-version

0 comments on commit 6618c64

Please sign in to comment.