[Release] cargo-info 0.4.0

I am glad to announce new release of cargo-info utility, now with version history support. Here is how it works -
Default abbreviated history, similar to what crates.io shows:

$ cargo info -V cargo-info
VERSION   RELEASE DATE                DOWNLOADS

0.4.0     2016-07-11 11:02:14 +03:00  2
0.3.4     2016-07-07 18:06:50 +03:00  19
0.3.3     2016-07-03 15:15:13 +03:00  13
0.3.2     2016-06-23 11:36:44 +03:00  39
0.3.1     2016-06-21 10:20:06 +03:00  7

... use -VV to show all 10 versions

And the full history:

$ cargo info -VV cargo-info
VERSION   RELEASE DATE                DOWNLOADS

0.4.0     2016-07-11 11:02:14 +03:00  2
0.3.4     2016-07-07 18:06:50 +03:00  19
0.3.3     2016-07-03 15:15:13 +03:00  13
0.3.2     2016-06-23 11:36:44 +03:00  39
0.3.1     2016-06-21 10:20:06 +03:00  7
0.3.0     2016-06-19 12:44:02 +03:00  9
0.2.0     2016-05-22 12:50:37 +03:00  73
0.1.2     2016-05-16 10:24:15 +03:00  31
0.1.1     2016-05-10 18:14:05 +03:00  16
0.1.0     2016-05-10 17:59:38 +03:00  11

Special thanks to @ayoshi for usability suggestions

6 Likes