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 af2d10a commit 05ff199Copy full SHA for 05ff199
gradient/version.py
@@ -1 +1 @@
1
-version = "0.8.0a0"
+version = "0.8.0a1"
releasenotes.md
@@ -1,5 +1,13 @@
# Gradient CLI Release Notes
2
3
+# Release Notes for 0.8.0a1
4
+#### Breaking changes
5
+* Removed `entity` parameter from tag-related methods in clients
6
+#### New features
7
+* Added `--command` option to `deployments update`
8
+* Added `--projectId` option to `deployments create` and `deployments update`
9
+* Added `gradient-utils` to required
10
+
11
# Release Notes for 0.8.0a0
12
#### New features
13
* Added `deployments logs` command for reading depoyment logs
0 commit comments