mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2026-01-13 13:21:01 +00:00
chore(main): release 1.0.0 (#79)
## 1.0.0[0] (2025-05-04) ### Features * **deps:** require Go 1.23 (#70[1]) * docs website (#80[2]) * publish container image (#82[3]) * upload qcow2 images ([#69[4]) [0] https://github.com/apricote/hcloud-upload-image/compare/v0.3.1...v1.0.0 [1] https://github.com/apricote/hcloud-upload-image/issues/70 [2] https://github.com/apricote/hcloud-upload-image/issues/80 [3] https://github.com/apricote/hcloud-upload-image/issues/82 [4] https://github.com/apricote/hcloud-upload-image/issues/69
This commit is contained in:
parent
f481f20a33
commit
ba421d7dd8
3 changed files with 12 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ package version
|
|||
|
||||
var (
|
||||
// version is a semver version (https://semver.org).
|
||||
version = "0.3.1" // x-release-please-version
|
||||
version = "1.0.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