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 8dba132 commit 8f980d0Copy full SHA for 8f980d0
gradient/version.py
@@ -1 +1 @@
1
-version = "0.8.0a1"
+version = "0.9.0a0"
releasenotes.md
@@ -1,5 +1,13 @@
# Gradient CLI Release Notes
2
3
+# Release Notes for 0.9.0a0
4
+#### Fixes
5
+* Fixed reading logs with `--follow`. The bug caused all log lines in a loop instead of only the new one
6
+* Fixed `TypeError` occurring when a job was being created without `--workspace`
7
+### New features
8
+* Added whole directory upload to `models upload` command
9
+* Added a command group for managing `secrets`
10
+
11
# Release Notes for 0.8.0
12
##### Note: this list includes all changes made in 0.8.0a* alpha releases
13
#### Breaking changes
0 commit comments