mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
chore(main): release 1.1.0 (#99)
## 1.1.0 (2025-05-10) ### Features * smaller snapshots by zeroing disk first (#101) (fdfb284) ### Bug Fixes * upload from local image generates broken command (#98) (420dcf9)
This commit is contained in:
parent
6f949a2ba7
commit
b9af8855d5
3 changed files with 14 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
var (
|
||||
// version is a semver version (https://semver.org).
|
||||
version = "1.0.1" // x-release-please-version
|
||||
version = "1.1.0" // x-release-please-version
|
||||
|
||||
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue