Skip to content

Commit

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

0.6.4 / 2010-11-02
==================

* Added regexp support to `assert.response()` headers
* Removed `waitForExit` code, causing issues

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

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.3';
var version = '0.6.4';

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

0 comments on commit 7f10ab7

Please sign in to comment.