File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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+
316## [ v1.55.0] ( https://github.com/hetznercloud/cli/releases/tag/v1.55.0 )
417
518### Storage Box API Experimental
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
22
33var (
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 //
You can’t perform that action at this time.
0 commit comments