Skip to content

Commit c9ebdf3

Browse files
authored
chore(main): release v1.56.0 (#1219)
<!-- section-start changelog --> ### Features - format user provided TXT records when not quoted (#1208) ### Bug Fixes - more readable default time format (#1197) - **iso**: broken `--type` flag in list command (#1221) - Storage Boxes not listed in `hcloud all list` (#1222) - consistent tab spacing in describe commands (#1216) - filepaths not correctly resolved on Windows (#1229) <!-- 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 3cbb041 commit c9ebdf3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [v1.56.0](https://github.com/hetznercloud/cli/releases/tag/v1.56.0)
4+
5+
### Features
6+
7+
- format user provided TXT records when not quoted (#1208)
8+
9+
### Bug Fixes
10+
11+
- more readable default time format (#1197)
12+
- **iso**: broken `--type` flag in list command (#1221)
13+
- Storage Boxes not listed in `hcloud all list` (#1222)
14+
- consistent tab spacing in describe commands (#1216)
15+
- filepaths not correctly resolved on Windows (#1229)
16+
317
## [v1.55.0](https://github.com/hetznercloud/cli/releases/tag/v1.55.0)
418

519
### Storage Box API Experimental

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.55.0" // x-releaser-pleaser-version
5+
version = "1.56.0" // x-releaser-pleaser-version
66

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

0 commit comments

Comments
 (0)