Skip to content

Commit

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


##
[1.48.0](v1.47.0...v1.48.0)
(2024-10-25)


### Features

* allow auto-completing context flag
([#861](#861))
([7495b14](7495b14))
* **primary-ip:** allow setting auto-delete on create
([#860](#860))
([b6aecb3](b6aecb3)),
closes [#855](#855)


### Bug Fixes

* **image:** only use numerical IDs for label auto-completion
([#865](#865))
([1d10d92](1d10d92))
* **primary-ip:** labels ignored in create command
([#885](#885))
([7a17174](7a17174)),
closes [#883](#883)

---
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 authored Oct 25, 2024
1 parent 99fafac commit 0ea077a
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.47.0"}
{".":"1.48.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.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-10-25)


### 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))
* **primary-ip:** labels ignored in create command ([#885](https://github.com/hetznercloud/cli/issues/885)) ([7a17174](https://github.com/hetznercloud/cli/commit/7a1717412348f26bb14c27ee965f415044bb2b81)), closes [#883](https://github.com/hetznercloud/cli/issues/883)

## [1.47.0](https://github.com/hetznercloud/cli/compare/v1.46.0...v1.47.0) (2024-08-30)


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.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).
//
Expand Down

0 comments on commit 0ea077a

Please sign in to comment.