Skip to content

Commit 04491ee

Browse files
committed
Release 0.2.2a3
1 parent ffe9ad1 commit 04491ee

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gradient CLI
44
=================
55

6-
Release 0.2.2a2
6+
Release 0.2.2a3
77

88
See [releasenotes.md](https://github.com/Paperspace/gradient-cli/blob/master/releasenotes.md) for details on the current release, as well as release history.
99

gradient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.2a2"
1+
version = "0.2.2a3"

releasenotes.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
# Gradient by Paperspace Release Notes
22

3+
# Release Notes for 0.2.2a3
4+
### New features
5+
* deprecated `--workspaceArchive` and `--workspaceUrl` for `experiments create/run`, `run` and `jobs create` commands
6+
* single `--workspace` option for defining git, S3 and local workspaces
7+
38
# Release Notes for 0.2.2a2
4-
# New features
9+
###New features
510
* experimental wizard for creating projects
611
### Fixes
712
* fix autocomplete executing prompt for password when double-tab on gradient apiKey
813

914
# Release Notes for 0.2.2a1
10-
# New features
15+
### New features
1116
* add looking for new client version
1217

1318
# Release Notes for 0.2.2a0
14-
# New features
19+
### New features
1520
* added `projects create` command
1621
* added spinner for some long running commands
1722

0 commit comments

Comments
 (0)