Skip to content

Commit

Permalink
Updating version and changelog for v0.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed May 26, 2018
1 parent 3d64d7b commit d07d4b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log for awespottr

## v0.3.0 [2018/05/26]

- Fixing numeric comparison logic used to identify cheapest availability zone.

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

- Adding command line option for filtering by region.
Expand Down
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.2.0')
.version('0.3.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.2.0",
"version": "0.3.0",
"description": "Find the cheapest EC2 spot prices in any region.",
"main": "cli.js",
"bin": {
Expand Down

0 comments on commit d07d4b2

Please sign in to comment.