Skip to content

Commit 2b06fae

Browse files
committed
Release v0.5.0a0
1 parent e13dfc4 commit 2b06fae

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

gradient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.4.0"
1+
version = "0.5.0a0"

releasenotes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Gradient CLI Release Notes
22

3+
# Release Notes for 0.5.0a0
4+
### New features
5+
* New `delete` commands for deployments and experiments
6+
* Printing url to instance web client's view to terminal after creating it
7+
## Fixes
8+
* Fix spinner not disappearing when some commands were executed
9+
* base64-encoded `command` value so it's not blocked by Cloudflare's filter anymore
10+
## Breaking changes
11+
* Moved hyperparameters group to experiments group
12+
* Dropped experiment_type_id parameter from create_mpi_multi_node() in ExperimentsClient
13+
* Moved constants and config modules into api_sdk module
14+
315
# Release Notes for 0.4.0
416
##### Note: this list includes all changes made in alpha releases since 0.3.2a
517
### New features
@@ -16,7 +28,6 @@
1628
* Fix formatting of datetime in `projects list` table
1729
* Fix sending some bash commands using `--*command` options caused Cloudflare's filter to stop request
1830

19-
2031
# Release Notes for 0.4.0a5
2132
### Fixes
2233
* Fix formatting of datetime in `projects list` table

0 commit comments

Comments
 (0)