Skip to content

Commit c87eedd

Browse files
committed
Updating for v0.2.0 release.
1 parent f29637d commit c87eedd

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log for awespottr
2+
3+
## v0.2.0 [2016/08/15]
4+
5+
- Adding command line option for filtering by region.
6+
- Allowing awespottr to be installed globally as an executable.
7+
- Documentation improvements.
8+
9+
## v0.1.0 [2016/08/08]
10+
11+
- Initial release of awespottr.

cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var lowPrice = false;
1313
var lowZone = false;
1414

1515
program
16-
.version('0.1.0')
16+
.version('0.2.0')
1717
.usage('[options] <EC2 instance types ...>')
1818
.option('-r, --region <AWS region>', 'Limit to the given region')
1919
.action(function(type) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awespottr",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Find the cheapest EC2 spot prices in any region.",
55
"main": "cli.js",
66
"bin": {

0 commit comments

Comments
 (0)