chore(main): release 0.2.1 (#20)

🤖 I have created a release *beep* *boop*
---


##
[0.2.1](https://github.com/apricote/hcloud-upload-image/compare/v0.2.0...v0.2.1)
(2024-05-10)


### Bug Fixes

* **cli:** completion requires HCLOUD_TOKEN
([#19](https://github.com/apricote/hcloud-upload-image/issues/19))
([bb2ca48](bb2ca48200))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Julian Tölle 2024-05-10 18:09:22 +02:00 committed by GitHub
parent bb2ca48200
commit 393a292596
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View file

@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.2.1](https://github.com/apricote/hcloud-upload-image/compare/v0.2.0...v0.2.1) (2024-05-10)
### Bug Fixes
* **cli:** completion requires HCLOUD_TOKEN ([#19](https://github.com/apricote/hcloud-upload-image/issues/19)) ([bb2ca48](https://github.com/apricote/hcloud-upload-image/commit/bb2ca482000f5c780545edb9a03aa9f6bf93d906))
## [0.2.0](https://github.com/apricote/hcloud-upload-image/compare/v0.1.1...v0.2.0) (2024-05-09)

View file

@ -2,7 +2,7 @@ package version
var (
// version is a semver version (https://semver.org).
version = "0.2.0" // x-release-please-version
version = "0.2.1" // x-release-please-version
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
//