Skip to content

Commit

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


##
[1.44.1](v1.44.0...v1.44.1)
(2024-06-26)


### Bug Fixes

* errors silently ignored when deleting resources
([#792](#792))
([a7655f8](a7655f8)),
closes [#791](#791)

---
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 Jun 26, 2024
1 parent a7655f8 commit 474b945
Show file tree
Hide file tree
Showing 3 changed files with 9 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.44.0"}
{".":"1.44.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.44.1](https://github.com/hetznercloud/cli/compare/v1.44.0...v1.44.1) (2024-06-26)


### Bug Fixes

* errors silently ignored when deleting resources ([#792](https://github.com/hetznercloud/cli/issues/792)) ([a7655f8](https://github.com/hetznercloud/cli/commit/a7655f8c42025b4576ee4556cb0ebbc1062671f5)), closes [#791](https://github.com/hetznercloud/cli/issues/791)

## [1.44.0](https://github.com/hetznercloud/cli/compare/v1.43.1...v1.44.0) (2024-06-20)


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.44.0" // x-release-please-version
version = "1.44.1" // x-release-please-version

// versionPrerelease is a semver version pre-release identifier (https://semver.org).
//
Expand Down

0 comments on commit 474b945

Please sign in to comment.