From 4f5b72b35047976495d90d4e3cc5a3da4339c0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Mon, 16 Mar 2026 15:06:07 +0100 Subject: [PATCH] chore(main): release 1.4.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ internal/version/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0271bbd..d879441 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0","hcloudimages":"1.3.0"} +{".":"1.4.0","hcloudimages":"1.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e87b3b5..e39a41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.4.0](https://github.com/apricote/hcloud-upload-image/compare/v1.3.0...v1.4.0) (2026-03-16) + + +### Features + +* Add Nix support ([#109](https://github.com/apricote/hcloud-upload-image/issues/109)) ([756f051](https://github.com/apricote/hcloud-upload-image/commit/756f0515707c58bd228349928a6c88f58f1fe56a)) +* faster writing to disk by skipping zero blocks ([#165](https://github.com/apricote/hcloud-upload-image/issues/165)) ([fc871af](https://github.com/apricote/hcloud-upload-image/commit/fc871afa8d9a5f468572cda0911537ecbf79fd58)) + ## [1.3.0](https://github.com/apricote/hcloud-upload-image/compare/v1.2.0...v1.3.0) (2025-12-22) diff --git a/internal/version/version.go b/internal/version/version.go index a4f584f..314579d 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.3.0" // x-release-please-version + version = "1.4.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //