Skip to content

Commit

Permalink
Update README, version
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Dec 9, 2012
1 parent 3f76fd7 commit f67f6e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ Changelog
--------- ---------


<table> <table>
<tr><td>v0.1.24</td><td>Add lcov summaries. Fixes issue #20</td></tr>

This comment has been minimized.

Copy link
@csnover

csnover Dec 19, 2012

Could you maybe create git tags when you release a new version? That would be really useful. Thanks!

This comment has been minimized.

Copy link
@gotwarlost

gotwarlost Dec 19, 2012

Author Owner

Is the use-case to be able to easily clone the source for a specific version? Making sure I understand what you are asking for.

<tr><td>v0.1.23</td><td>Add ability to save a baseline coverage file for the instrument command. Fixes issue #19</td></tr> <tr><td>v0.1.23</td><td>Add ability to save a baseline coverage file for the instrument command. Fixes issue #19</td></tr>
<tr><td>v0.1.22</td><td>Add signature attribute to cobertura method tags to fix NPE by the Hudson publisher</td></tr> <tr><td>v0.1.22</td><td>Add signature attribute to cobertura method tags to fix NPE by the Hudson publisher</td></tr>
<tr><td>v0.1.21</td><td>Add cobertura XML report format; exprimental for now</td></tr> <tr><td>v0.1.21</td><td>Add cobertura XML report format; exprimental for now</td></tr>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "istanbul", "name": "istanbul",
"version": "0.1.23", "version": "0.1.24",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale", "description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ], "keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ],
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
Expand Down

0 comments on commit f67f6e7

Please sign in to comment.