chore(main): release 1.0.1 (#93)
Some checks are pending
ci / lint (push) Waiting to run
ci / test (push) Waiting to run
ci / go-mod-tidy (push) Waiting to run
ci / cli-help-pages (push) Waiting to run
docs / deploy (push) Waiting to run
release-please / release-please (push) Waiting to run

## 1.0.1 (2025-05-09)

### Bug Fixes

* timeout while waiting for SSH to become available (#92) (e490b9a)
This commit is contained in:
Julian Tölle 2025-05-09 17:24:55 +02:00 committed by GitHub
parent 4ff1883fd0
commit 28bf5380f3
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 @@
{".":"1.0.0","hcloudimages":"1.0.1"}
{".":"1.0.1","hcloudimages":"1.0.1"}

View File

@ -1,5 +1,12 @@
# Changelog
## [1.0.1](https://github.com/apricote/hcloud-upload-image/compare/v1.0.0...v1.0.1) (2025-05-09)
### Bug Fixes
* timeout while waiting for SSH to become available ([#92](https://github.com/apricote/hcloud-upload-image/issues/92)) ([e490b9a](https://github.com/apricote/hcloud-upload-image/commit/e490b9a7f394e268fa1946ca51aa998c78c3d46a))
## [1.0.0](https://github.com/apricote/hcloud-upload-image/compare/v0.3.1...v1.0.0) (2025-05-04)

View File

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