Skip to content

Commit

Permalink
chore(main): release 1.43.0 (#697)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.43.0](v1.42.0...v1.43.0)
(2024-04-03)


### Features

* allow deletion of multiple resources at once
([#719](#719))
([3b896fe](3b896fe))
* improve missing argument error messages
([#711](#711))
([e7f9e74](e7f9e74))
* **server:** allow JSON & YAML output in reset-password
([#716](#716))
([373287b](373287b)),
closes [#715](#715)


### Bug Fixes

* removing last rule from firewall fails with invalid_input error
([#696](#696))
([acab17c](acab17c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
hcloud-bot committed Apr 3, 2024
1 parent e7bb8e5 commit e1835b4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.42.0"}
{".":"1.43.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
//
Expand Down

0 comments on commit e1835b4

Please sign in to comment.