Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 4b6ad42

Browse files
committed
update version and release notes for 0.1.10
1 parent 40ba2fc commit 4b6ad42

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Paperspace API (v0.1.9)
1+
# Paperspace API (v0.1.10)
22

33
![image](https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png)
44

@@ -24,9 +24,9 @@ The **Paperspace API** is the official devkit for automating your [Paperspace](h
2424
#### Option 1: Download the pre-built 'paperspace' binary for your plaftorm
2525

2626
Pre-built 'paperspace' binaries are available for:
27-
* [Windows](https://s3.amazonaws.com/paperspace-node/v0.1.9/win/paperspace.exe)
28-
* [Mac](https://s3.amazonaws.com/paperspace-node/v0.1.9/mac/paperspace)
29-
* [Linux](https://s3.amazonaws.com/paperspace-node/v0.1.9/linux/paperspace)
27+
* [Windows](https://s3.amazonaws.com/paperspace-node/v0.1.10/win/paperspace.exe)
28+
* [Mac](https://s3.amazonaws.com/paperspace-node/v0.1.10/mac/paperspace)
29+
* [Linux](https://s3.amazonaws.com/paperspace-node/v0.1.10/linux/paperspace)
3030

3131
After downloading, make sure the 'paperspace' binary is permitted to run on your system by marking its permissions appropriately.
3232
Also, add the directory containing the 'paperspace' binary to your path using a method appropriate for your platform.
@@ -55,7 +55,7 @@ There are two ways to create an API key, either via the Paperspace CLI, or from
5555

5656
#### Option 1: Obtain an API key via Paperspace CLI
5757

58-
You can create your first API key by logging into your account via the Paperspace CLI:
58+
You can create your first API key by logging into your account via the Paperspace CLI:
5959

6060
$ paperspace login
6161

@@ -87,7 +87,7 @@ You'll use the API keys generate here to authenticate your requests.
8787

8888
You can interact with Paperspace's API in three ways: from the command line using the Paperspace CLI, programatically (from within a Javascript Nodejs application), or by using an HTTP client of your choice and the Paperspace API HTTP enpoints documented here.
8989

90-
### Authentication
90+
### Authentication
9191

9292
For authenticated requests, the Paperspace CLI and Paperspace-Node module will look in three places for an api key:
9393

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paperspace-node",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "Paperspace API for node",
55
"main": "index.js",
66
"repository": "https://github.com/Paperspace/paperspace-node",

releasenotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Paperspace API Release Notes
22

3+
## Release Notes for v0.1.10
4+
5+
#### New features
6+
* New dynamicPublicIp parameter for machines create and machines update methods.
7+
* New ports parameter for jobs. Also displays links to exposed ports in jobs create output.
8+
* Improved job logging responsiveness.
9+
10+
#### Fixes
11+
* Fix for NODE_ENV settings from other projects breaking paperspace-node config
12+
* Minor doc fixes
13+
314
## Release Notes for v0.1.9
415

516
#### New features

0 commit comments

Comments
 (0)