Skip to content

Commit 42ca04e

Browse files
authored
chore(main): release 0.16.0 (#87)
1 parent 6ee5e35 commit 42ca04e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v0.16.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.15.0)
4+
5+
### Features
6+
7+
- Merged the `hybrid cluster` commands into `cluster`. This is a breaking change. e.g. `qcloud cluster list` now lists both managed cloud and hybrid cloud clusters.
8+
- Moved the `cluster package` commands into a root `package` command. This is a breaking change. e.g. `qcloud package list`
9+
310
## [v0.15.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.15.0)
411

512
### Features

cmd/qcloud/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var (
13-
version = "0.15.0" // x-releaser-pleaser-version
13+
version = "0.16.0" // x-releaser-pleaser-version
1414
versionPrerelease = "dev"
1515
)
1616

0 commit comments

Comments
 (0)