Compare commits

..

1 commit

Author SHA1 Message Date
PRIHLOP
8e18f8cbd8
Merge 37baeca031 into d5ddab06f2 2024-12-07 01:57:29 +01:00
4 changed files with 2 additions and 16 deletions

View file

@ -1 +1 @@
{".":"0.3.1","hcloudimages":"0.3.1"}
{".":"0.3.0","hcloudimages":"0.3.0"}

View file

@ -1,12 +1,5 @@
# Changelog
## [0.3.1](https://github.com/apricote/hcloud-upload-image/compare/v0.3.0...v0.3.1) (2024-12-07)
### Bug Fixes
* **cli:** local install fails because of go.mod replace ([#47](https://github.com/apricote/hcloud-upload-image/issues/47)) ([66dc5f7](https://github.com/apricote/hcloud-upload-image/commit/66dc5f70b604ed3ee964576d74f94bdcea710c95))
## [0.3.0](https://github.com/apricote/hcloud-upload-image/compare/v0.2.1...v0.3.0) (2024-06-23)

View file

@ -1,12 +1,5 @@
# Changelog
## [0.3.1](https://github.com/apricote/hcloud-upload-image/compare/hcloudimages/v0.3.0...hcloudimages/v0.3.1) (2024-12-07)
### Bug Fixes
* **cli:** local install fails because of go.mod replace ([#47](https://github.com/apricote/hcloud-upload-image/issues/47)) ([66dc5f7](https://github.com/apricote/hcloud-upload-image/commit/66dc5f70b604ed3ee964576d74f94bdcea710c95))
## [0.3.0](https://github.com/apricote/hcloud-upload-image/compare/hcloudimages/v0.2.0...hcloudimages/v0.3.0) (2024-06-23)

View file

@ -2,7 +2,7 @@ package version
var (
// version is a semver version (https://semver.org).
version = "0.3.1" // x-release-please-version
version = "0.3.0" // x-release-please-version
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
//