We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc1223 commit 04e6d00Copy full SHA for 04e6d00
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [v0.4.0](https://github.com/qdrant/qcloud-cli/releases/tag/v0.4.0)
4
+
5
+### Features
6
7
+- add support for gpu and multi-az (#13)
8
9
+### Bug Fixes
10
11
+- clarify quick start commands for creating a cluster and hint the user to create a key (#15)
12
13
## [v0.3.1](https://github.com/qdrant/qcloud-cli/releases/tag/v0.3.1)
14
15
### Bug Fixes
cmd/qcloud/main.go
@@ -10,7 +10,7 @@ import (
)
var (
- version = "0.3.1" // x-releaser-pleaser-version
+ version = "0.4.0" // x-releaser-pleaser-version
versionPrerelease = "dev"
16
0 commit comments