Skip to content

Commit

Permalink
chore(main): release 1.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Jul 25, 2024
1 parent 5c9380c commit a586117
Show file tree
Hide file tree
Showing 3 changed files with 17 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.45.0"}
{".":"1.46.0"}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.46.0](https://github.com/hetznercloud/cli/compare/v1.45.0...v1.46.0) (2024-07-25)


### Features

* **load-balancer-type:** show traffic details for each location in describe output ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68))
* **server-type:** show traffic details for each location in describe output ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68))


### Bug Fixes

* ineffective poll interval option ([#822](https://github.com/hetznercloud/cli/issues/822)) ([41aaa56](https://github.com/hetznercloud/cli/commit/41aaa56bd4649d42054eabe48e14d9fdde42a8ae))
* printing for server create with mulitple networks ([#824](https://github.com/hetznercloud/cli/issues/824)) ([f3fcbd2](https://github.com/hetznercloud/cli/commit/f3fcbd2378a18df09abc82c6b7ac9c8aa8a68302))
* **server-type:** remove deprecated traffic column ([5c9380c](https://github.com/hetznercloud/cli/commit/5c9380c5b4d5792d259f13b6f44bf10f3d0c1b68))

## [1.45.0](https://github.com/hetznercloud/cli/compare/v1.44.2...v1.45.0) (2024-07-17)


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

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

0 comments on commit a586117

Please sign in to comment.