Skip to content

Commit ce122fb

Browse files
committed
Release 0.7.7
1 parent a6e0ade commit ce122fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.7.7 / 2011-05-24
3+
==================
4+
5+
* Moved to new http request API. Fixing Connection Refused error [Renault John Lecoultre]
6+
* Added encoding option to request function. Defaults to utf8 as before. [nateps]
7+
28
0.7.6 / 2011-04-20
39
==================
410

bin/expresso

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ try {
3333
* Expresso version.
3434
*/
3535

36-
var version = '0.7.6';
36+
var version = '0.7.7';
3737

3838
/**
3939
* Failure count.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "name": "expresso",
2-
"version": "0.7.6",
2+
"version": "0.7.7",
33
"description": "TDD framework, light-weight, fast, CI-friendly",
44
"author": "TJ Holowaychuk <[email protected]>",
55
"repository": "git://github.com/visionmedia/expresso",

0 commit comments

Comments
 (0)