chore(main): release 0.2.0 (#6)

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


##
[0.2.0](https://github.com/apricote/hcloud-upload-image/compare/v0.1.1...v0.2.0)
(2024-05-09)


### Features

* packaging for deb, rpm, apk, aur
([#17](https://github.com/apricote/hcloud-upload-image/issues/17))
([139761c](139761cc28))
* upload local disk images
([#15](https://github.com/apricote/hcloud-upload-image/issues/15))
([fcea3e3](fcea3e3c6e))
* upload xz compressed images
([#16](https://github.com/apricote/hcloud-upload-image/issues/16))
([1c943e4](1c943e4480))


### Bug Fixes

* update user-agent in CLI
([#5](https://github.com/apricote/hcloud-upload-image/issues/5))
([b17857c](b17857c1fe))

---
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-09 20:55:54 +02:00 committed by GitHub
parent 1f70099302
commit f7dc501b2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 2 deletions

View file

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