Skip to content

Commit 08147c6

Browse files
committed
chore: change version to 0.16
1 parent c9268f2 commit 08147c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## [v1.0.0](https://github.com/qdrant/qcloud-cli/releases/tag/v1.0.0)
3+
## [v0.16.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.16.0)
44

55
### Features
66

77
- add zizmor security scanner (#78)
88
- add missing flags to the hybrid environment clusters (#76)
9-
- **BREAKING**: merge hybrid cluster commands into cluster, move package to root (#86)
9+
- feat: merge hybrid cluster commands into cluster, move package to root (breaks) (#86)
1010

1111
## [v0.15.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.15.0)
1212

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 = "1.0.0" // x-releaser-pleaser-version
13+
version = "0.16.0" // x-releaser-pleaser-version
1414
versionPrerelease = "dev"
1515
)
1616

0 commit comments

Comments
 (0)