chore(main): release 0.2.1

This commit is contained in:
Julian Tölle 2024-05-10 18:06:59 +02:00
parent bb2ca48200
commit 7a60a29466
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).
//