From aeeff6847787f0174b010f8809ae58bd41dfcba1 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:45:40 +0100 Subject: [PATCH] chore(main): release v1.49.0-rc.0 (#908) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Features - drop support for go 1.21 (#902) ### Bug Fixes - macOS binary not notarized (#868) ---

PR by releaser-pleaser 🤖

If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ```
Co-authored-by: releaser-pleaser <> --- CHANGELOG.md | 10 ++++++++++ internal/version/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17140c35..a52e6ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v1.49.0-rc.0](https://github.com/hetznercloud/cli/releases/tag/v1.49.0-rc.0) + +### Features + +- drop support for go 1.21 (#902) + +### Bug Fixes + +- macOS binary not notarized (#868) + ## [1.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-10-25) diff --git a/internal/version/version.go b/internal/version/version.go index a9ec438e..2dce7d09 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version var ( // version is a semver version (https://semver.org). - version = "1.48.0" // x-releaser-pleaser-version + version = "1.49.0-rc.0" // x-releaser-pleaser-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //