chore(main): release 0.1.1 (#4)

This commit is contained in:
Julian Tölle 2024-05-05 01:02:45 +02:00 committed by GitHub
parent f373d4c2ba
commit ede33388d2
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.1.0"}
{".":"0.1.1"}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.1.1](https://github.com/apricote/hcloud-upload-image/compare/v0.1.0...v0.1.1) (2024-05-04)
### Bug Fixes
* CLI does not produce release binaries ([#3](https://github.com/apricote/hcloud-upload-image/issues/3)) ([f373d4c](https://github.com/apricote/hcloud-upload-image/commit/f373d4c2baca9ccc892e6b6abff6dd217f2fdbeb))
## [0.1.0](https://github.com/apricote/hcloud-upload-image/compare/v0.0.1...v0.1.0) (2024-05-04)

View file

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