Skip to content

Commit

Permalink
Updating for v0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Aug 16, 2016
1 parent f29637d commit c87eedd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log for awespottr

## v0.2.0 [2016/08/15]

- Adding command line option for filtering by region.
- Allowing awespottr to be installed globally as an executable.
- Documentation improvements.

## v0.1.0 [2016/08/08]

- Initial release of awespottr.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var lowPrice = false;
var lowZone = false;

program
.version('0.1.0')
.version('0.2.0')
.usage('[options] <EC2 instance types ...>')
.option('-r, --region <AWS region>', 'Limit to the given region')
.action(function(type) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awespottr",
"version": "0.1.0",
"version": "0.2.0",
"description": "Find the cheapest EC2 spot prices in any region.",
"main": "cli.js",
"bin": {
Expand Down

0 comments on commit c87eedd

Please sign in to comment.