File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var lowPrice = false;
13
13
var lowZone = false ;
14
14
15
15
program
16
- . version ( '0.1 .0' )
16
+ . version ( '0.2 .0' )
17
17
. usage ( '[options] <EC2 instance types ...>' )
18
18
. option ( '-r, --region <AWS region>' , 'Limit to the given region' )
19
19
. action ( function ( type ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " awespottr" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"description" : " Find the cheapest EC2 spot prices in any region." ,
5
5
"main" : " cli.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments