mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2025-08-06 13:56:58 +02:00
chore(main): release 1.0.0 (#79)
Some checks failed
ci / lint (push) Has been cancelled
ci / test (push) Has been cancelled
ci / go-mod-tidy (push) Has been cancelled
ci / cli-help-pages (push) Has been cancelled
docs / deploy (push) Has been cancelled
release-please / release-please (push) Has been cancelled
Some checks failed
ci / lint (push) Has been cancelled
ci / test (push) Has been cancelled
ci / go-mod-tidy (push) Has been cancelled
ci / cli-help-pages (push) Has been cancelled
docs / deploy (push) Has been cancelled
release-please / release-please (push) Has been cancelled
## 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
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
@ -1 +1 @@
|
||||
{".":"0.3.1","hcloudimages":"1.0.0"}
|
||||
{".":"1.0.0","hcloudimages":"1.0.0"}
|
||||
|
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## [1.0.0](https://github.com/apricote/hcloud-upload-image/compare/v0.3.1...v1.0.0) (2025-05-04)
|
||||
|
||||
|
||||
### 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))
|
||||
* docs website ([#80](https://github.com/apricote/hcloud-upload-image/issues/80)) ([d144b85](https://github.com/apricote/hcloud-upload-image/commit/d144b85e3dfd933e8fbb09a0e6f5acacb4d05bea))
|
||||
* publish container image ([#82](https://github.com/apricote/hcloud-upload-image/issues/82)) ([91df729](https://github.com/apricote/hcloud-upload-image/commit/91df729f1cfd636355fc8338f47aefa4ab8b3b84))
|
||||
* upload qcow2 images ([#69](https://github.com/apricote/hcloud-upload-image/issues/69)) ([ac3e9dd](https://github.com/apricote/hcloud-upload-image/commit/ac3e9dd7ecd86d1538b6401c3073c7c078c40847))
|
||||
|
||||
## [0.3.1](https://github.com/apricote/hcloud-upload-image/compare/v0.3.0...v0.3.1) (2024-12-07)
|
||||
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user