From 4ba33e55d8b34267d3eae049d95382ac5b19a7d7 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:30:27 +0200 Subject: [PATCH] chore(main): release 1.48.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ internal/version/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d16b9332..64a679de 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.47.0"} +{".":"1.48.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 04b80bb4..af3e1e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-09-16) + + +### Features + +* allow auto-completing context flag ([#861](https://github.com/hetznercloud/cli/issues/861)) ([7495b14](https://github.com/hetznercloud/cli/commit/7495b140e2359c47f5991bc2863674bb02dec9ea)) +* **primary-ip:** allow setting auto-delete on create ([#860](https://github.com/hetznercloud/cli/issues/860)) ([b6aecb3](https://github.com/hetznercloud/cli/commit/b6aecb31893016e05070856c291704403b76a296)), closes [#855](https://github.com/hetznercloud/cli/issues/855) + + +### Bug Fixes + +* **image:** only use numerical IDs for label auto-completion ([#865](https://github.com/hetznercloud/cli/issues/865)) ([1d10d92](https://github.com/hetznercloud/cli/commit/1d10d9284a7544971416c1efe8d2452a90b205e0)) + ## [1.47.0](https://github.com/hetznercloud/cli/compare/v1.46.0...v1.47.0) (2024-08-30) diff --git a/internal/version/version.go b/internal/version/version.go index ebdd47b9..15d883a1 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.47.0" // x-release-please-version + version = "1.48.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //