Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#56)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.1.0](2.0.0...2.1.0)
(2024-02-02)


### Features

* change the generated ssh key type to `ed25519`
([#69](#69))
([2b6ab8a](2b6ab8a))
* enable support for python 3.12
([#50](#50))
([f665af4](f665af4))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot committed Feb 2, 2024
1 parent 2b6ab8a commit fc0c160
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
@@ -1 +1 @@
{".":"2.0.0"}
{".":"2.1.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* change the generated ssh key type to `ed25519` ([#69](https://github.com/ansible-community/molecule-hetznercloud/issues/69)) ([2b6ab8a](https://github.com/ansible-community/molecule-hetznercloud/commit/2b6ab8a481f3f9d25172b6a564495fe7499a940c))
* enable support for python 3.12 ([#50](https://github.com/ansible-community/molecule-hetznercloud/issues/50)) ([f665af4](https://github.com/ansible-community/molecule-hetznercloud/commit/f665af4d62b0daf7ce0ae4a3b42ad8484659226d))

## [2.0.0](https://github.com/ansible-community/molecule-hetznercloud/compare/1.3.0...v2.0.0) (2023-10-09)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion molecule_hetznercloud/_version.py
@@ -1,3 +1,3 @@
from __future__ import annotations

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

0 comments on commit fc0c160

Please sign in to comment.