From e1835b4db8c3848fc073f0e409a3bc627c359032 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:37:09 +0200 Subject: [PATCH] chore(main): release 1.43.0 (#697) :robot: I have created a release *beep* *boop* --- ## [1.43.0](https://github.com/hetznercloud/cli/compare/v1.42.0...v1.43.0) (2024-04-03) ### Features * allow deletion of multiple resources at once ([#719](https://github.com/hetznercloud/cli/issues/719)) ([3b896fe](https://github.com/hetznercloud/cli/commit/3b896fef82f50bc27351eec9e2da38032615c6e0)) * improve missing argument error messages ([#711](https://github.com/hetznercloud/cli/issues/711)) ([e7f9e74](https://github.com/hetznercloud/cli/commit/e7f9e74d22fa1c712ac8363d30efe0499916e859)) * **server:** allow JSON & YAML output in reset-password ([#716](https://github.com/hetznercloud/cli/issues/716)) ([373287b](https://github.com/hetznercloud/cli/commit/373287b452f2d3cf27c9d32648c3393ca45ded3a)), closes [#715](https://github.com/hetznercloud/cli/issues/715) ### Bug Fixes * removing last rule from firewall fails with invalid_input error ([#696](https://github.com/hetznercloud/cli/issues/696)) ([acab17c](https://github.com/hetznercloud/cli/commit/acab17c361373e5bd3b689708195fa48f18dbafb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ internal/version/version.go | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 274dad13..ad76cfdd 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.42.0"} +{".":"1.43.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5b9b9e..d8270678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.43.0](https://github.com/hetznercloud/cli/compare/v1.42.0...v1.43.0) (2024-04-03) + + +### Features + +* allow deletion of multiple resources at once ([#719](https://github.com/hetznercloud/cli/issues/719)) ([3b896fe](https://github.com/hetznercloud/cli/commit/3b896fef82f50bc27351eec9e2da38032615c6e0)) +* improve missing argument error messages ([#711](https://github.com/hetznercloud/cli/issues/711)) ([e7f9e74](https://github.com/hetznercloud/cli/commit/e7f9e74d22fa1c712ac8363d30efe0499916e859)) +* **server:** allow JSON & YAML output in reset-password ([#716](https://github.com/hetznercloud/cli/issues/716)) ([373287b](https://github.com/hetznercloud/cli/commit/373287b452f2d3cf27c9d32648c3393ca45ded3a)), closes [#715](https://github.com/hetznercloud/cli/issues/715) + + +### Bug Fixes + +* removing last rule from firewall fails with invalid_input error ([#696](https://github.com/hetznercloud/cli/issues/696)) ([acab17c](https://github.com/hetznercloud/cli/commit/acab17c361373e5bd3b689708195fa48f18dbafb)) + ## [1.42.0](https://github.com/hetznercloud/cli/compare/v1.41.1...v1.42.0) (2024-02-01) diff --git a/internal/version/version.go b/internal/version/version.go index 8337aea4..95add43b 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.42.0" // x-release-please-version + version = "1.43.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //