Skip to content

Commit 8f980d0

Browse files
committed
Release v0.9.0a0
1 parent 8dba132 commit 8f980d0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

gradient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.8.0a1"
1+
version = "0.9.0a0"

releasenotes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Gradient CLI Release Notes
22

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+
311
# Release Notes for 0.8.0
412
##### Note: this list includes all changes made in 0.8.0a* alpha releases
513
#### Breaking changes

0 commit comments

Comments
 (0)