File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ v2.6.0] ( https://github.com/vultr/vultr-cli/compare/v2.5.3..v2.6.0 ) (2021-07-07)
4+ ### Dependencies
5+ * Bump github.com/spf13/viper from 1.7.1 to 1.8.1 [ PR 163] ( https://github.com/vultr/vultr-cli/pull/163 )
6+ * GoVultr v2.5.1 -> 2.6.0 (added support for persistent_pxe) [ PR 164] ( https://github.com/vultr/vultr-cli/pull/164 )
7+
8+ ### Enhancements
9+ * Bare-metal : Support ` persistent_pxe ` on create [ PR 164] ( https://github.com/vultr/vultr-cli/pull/164 )
10+
311## [ v2.5.3] ( https://github.com/vultr/vultr-cli/compare/v2.5.2..v2.5.3 ) (2021-06-28)
412### Dependencies
513* Bump github.com/spf13/viper from 1.7.1 to 1.8.1 [ PR 160] ( https://github.com/vultr/vultr-cli/pull/160 )
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ var versionCmd = &cobra.Command{
3131}
3232
3333func version () string {
34- return "Vultr-cli v2.5.3 "
34+ return "Vultr-cli v2.6.0 "
3535}
You can’t perform that action at this time.
0 commit comments