mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-05-05 20:16:16 +02:00
chore(main): release 1.4.0
This commit is contained in:
parent
fc871afa8d
commit
4f5b72b350
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
@ -1 +1 @@
|
||||
{".":"1.3.0","hcloudimages":"1.3.0"}
|
||||
{".":"1.4.0","hcloudimages":"1.3.0"}
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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).
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user