From 7f10ab7fa655299b4e2f519065b0495e6ac34ef2 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Tue, 2 Nov 2010 15:11:49 -0700 Subject: [PATCH] Release 0.6.4 --- History.md | 6 ++++++ bin/expresso | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index c5eafbb..4a2b3cd 100644 --- a/History.md +++ b/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 ================== diff --git a/bin/expresso b/bin/expresso index e2fc453..6483abd 100755 --- a/bin/expresso +++ b/bin/expresso @@ -23,7 +23,7 @@ var assert = require('assert'), * Expresso version. */ -var version = '0.6.3'; +var version = '0.6.4'; /** * Failure count. diff --git a/package.json b/package.json index e37a071..0be2e29 100644 --- a/package.json +++ b/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 ", "bin": {