Skip to content

Commit

Permalink
chore(main): release 1.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Sep 30, 2024
1 parent 1639afd commit e24531d
Show file tree
Hide file tree
Showing 3 changed files with 15 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"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-09-30)


### 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)


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 e24531d

Please sign in to comment.