Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 2, 2010
1 parent 4ca8d76 commit acb4769
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

0.6.3 / 2010-11-02
==================

* Added `assert.response()` body RegExp support
* Fixed issue with _--serial_ not executing files sequentially. Closes #42
* Fixed hang when modules use `setInterval` - monitor running tests & force the process to quit after all have completed + timeout [Steve Mason]

0.6.2 / 2010-09-17
==================

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.6.2';
var version = '0.6.3';

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

0 comments on commit acb4769

Please sign in to comment.