Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 31, 2010
1 parent 993b23b commit 52e5a01
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
@@ -1,4 +1,15 @@

0.6.0 / 2010-07-31
==================

* Added _docs/api.html_
* Added -w, --watch
* Added `Array` support to `assert.includes()`
* Added; outputting exceptions immediately. Closes #19
* Fixed `assert.includes()` param ordering
* Fixed `assert.length()` param ordering
* Fixed jscoverage links

0.5.0 / 2010-07-16
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/expresso
Expand Up @@ -23,7 +23,7 @@ var assert = require('assert'),
* Expresso version.
*/

var version = '0.5.0';
var version = '0.6.0';

/**
* Failure count.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "expresso",
"version": "0.5.0",
"version": "0.6.0",
"description": "TDD framework, light-weight, fast, CI-friendly",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"bin": { "expresso": "./bin/expresso" },
Expand Down

0 comments on commit 52e5a01

Please sign in to comment.