From 37537e3c00bd197a344249cbaf3cb27001cf7e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 4 May 2025 00:28:28 +0200 Subject: [PATCH] chore(main): release 0.4.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ hcloudimages/CHANGELOG.md | 7 +++++++ internal/version/version.go | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index a3e5bb7..5b4cdd2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.1","hcloudimages":"0.3.1"} +{".":"0.4.0","hcloudimages":"0.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f278fae..632703a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/apricote/hcloud-upload-image/compare/v0.3.1...v0.4.0) (2025-05-03) + + +### Features + +* **deps:** require Go 1.23 ([#70](https://github.com/apricote/hcloud-upload-image/issues/70)) ([f3fcb62](https://github.com/apricote/hcloud-upload-image/commit/f3fcb623fc00095ab3806fa41dbcb7083c13c5df)) +* upload qcow2 images ([#69](https://github.com/apricote/hcloud-upload-image/issues/69)) ([ac3e9dd](https://github.com/apricote/hcloud-upload-image/commit/ac3e9dd7ecd86d1538b6401c3073c7c078c40847)), closes [#44](https://github.com/apricote/hcloud-upload-image/issues/44) + ## [0.3.1](https://github.com/apricote/hcloud-upload-image/compare/v0.3.0...v0.3.1) (2024-12-07) diff --git a/hcloudimages/CHANGELOG.md b/hcloudimages/CHANGELOG.md index f5711d3..2f6bd2b 100644 --- a/hcloudimages/CHANGELOG.md +++ b/hcloudimages/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/apricote/hcloud-upload-image/compare/hcloudimages/v0.3.1...hcloudimages/v0.4.0) (2025-05-03) + + +### Features + +* upload qcow2 images ([#69](https://github.com/apricote/hcloud-upload-image/issues/69)) ([ac3e9dd](https://github.com/apricote/hcloud-upload-image/commit/ac3e9dd7ecd86d1538b6401c3073c7c078c40847)), closes [#44](https://github.com/apricote/hcloud-upload-image/issues/44) + ## [0.3.1](https://github.com/apricote/hcloud-upload-image/compare/hcloudimages/v0.3.0...hcloudimages/v0.3.1) (2024-12-07) diff --git a/internal/version/version.go b/internal/version/version.go index 780018a..a7e5927 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 = "0.3.1" // x-release-please-version + version = "0.4.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //