Skip to content

Commit 6dec460

Browse files
authored
chore(main): release v1.52.0 (#1086)
<!-- section-start changelog --> ### Features - improve error formatting (#1080) - add plural command aliases (#1087) - **context**: allow renaming contexts (#1115) - **firewall**: display applied to resources when using label selector (#1082) - highlight experimental commands (#1103) ### Bug Fixes - do not indent last empty line (#1112) - **iso**: describe command suggests location names (#1113) - segmentation fault possible when creating servers or load balancers (#1137) - **primary-ip**: only suggest applicable primary IPs (#1114) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ``` </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent 6040bed commit 6dec460

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [v1.52.0](https://github.com/hetznercloud/cli/releases/tag/v1.52.0)
4+
5+
### Features
6+
7+
- improve error formatting (#1080)
8+
- add plural command aliases (#1087)
9+
- **context**: allow renaming contexts (#1115)
10+
- **firewall**: display applied to resources when using label selector (#1082)
11+
- highlight experimental commands (#1103)
12+
13+
### Bug Fixes
14+
15+
- do not indent last empty line (#1112)
16+
- **iso**: describe command suggests location names (#1113)
17+
- segmentation fault possible when creating servers or load balancers (#1137)
18+
- **primary-ip**: only suggest applicable primary IPs (#1114)
19+
320
## [v1.51.0](https://github.com/hetznercloud/cli/releases/tag/v1.51.0)
421

522
### Features

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// version is a semver version (https://semver.org).
5-
version = "1.51.0" // x-releaser-pleaser-version
5+
version = "1.52.0" // x-releaser-pleaser-version
66

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

0 commit comments

Comments
 (0)