Skip to content
This repository was archived by the owner on May 9, 2018. It is now read-only.

Commit 8f52957

Browse files
author
Zachary DuBois
committed
Update docs and bump version.
1 parent e48c01d commit 8f52957

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v0.6.1
4+
5+
- Shortly after v0.6.0, TOR1 was released. This adds support for TOR1.
6+
- Runs tests in alphabetical order now.
7+
38
## v0.6.0
49

510
- Adds CDN test on AWS Cloudfront.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# DigitalOcean Speed Test CLI
22

3-
*v0.6.0*
3+
*v0.6.1*
44

55
## Features
66

77
- Download tests.
88
- Latency tests.
99
- Simple to use.
10-
- Currently tests: AMS1-3, NYC1-3, LON1, SFO1, SGP1, and FRA1.
10+
- Currently tests: AMS1-3, FRA1, LON1, NYC1-3, SFO1, SGP1, and TOR1.
1111

1212
## Requirements
1313

do-cli-speedtest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# DigitalOcean Speed Test CLI
33
# https://github.com/ZacharyDuBois/DigitalOcean-Speed-Test-CLI
4-
version="v0.6.0"
4+
version="v0.6.1"
55

66
##
77
# Variables

0 commit comments

Comments
 (0)