mirror of
https://github.com/apricote/hcloud-upload-image.git
synced 2025-08-06 05:46:57 +02:00
chore(main): release 1.1.0 (#99)
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.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
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
@ -1 +1 @@
|
||||
{".":"1.0.1","hcloudimages":"1.1.0"}
|
||||
{".":"1.1.0","hcloudimages":"1.1.0"}
|
||||
|
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## [1.1.0](https://github.com/apricote/hcloud-upload-image/compare/v1.0.1...v1.1.0) (2025-05-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* smaller snapshots by zeroing disk first ([#101](https://github.com/apricote/hcloud-upload-image/issues/101)) ([fdfb284](https://github.com/apricote/hcloud-upload-image/commit/fdfb284533d3154806b0936c08015fd5cc64b0fb)), closes [#96](https://github.com/apricote/hcloud-upload-image/issues/96)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* upload from local image generates broken command ([#98](https://github.com/apricote/hcloud-upload-image/issues/98)) ([420dcf9](https://github.com/apricote/hcloud-upload-image/commit/420dcf94c965ee470602db6c9c23c777fda91222)), closes [#97](https://github.com/apricote/hcloud-upload-image/issues/97)
|
||||
|
||||
## [1.0.1](https://github.com/apricote/hcloud-upload-image/compare/v1.0.0...v1.0.1) (2025-05-09)
|
||||
|
||||
|
||||
|
@ -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…
Reference in New Issue
Block a user