From 28bf5380f300a3851d41ff1f65c16afc692237a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Fri, 9 May 2025 17:24:55 +0200 Subject: [PATCH] chore(main): release 1.0.1 (#93) ## 1.0.1 (2025-05-09) ### Bug Fixes * timeout while waiting for SSH to become available (#92) (e490b9a) --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ internal/version/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f2454d7..5036936 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0","hcloudimages":"1.0.1"} +{".":"1.0.1","hcloudimages":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c3fe4..42301dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/internal/version/version.go b/internal/version/version.go index 5d6e08f..14bc2dc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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). //