Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
garrensmith committed Jun 13, 2011
1 parent 37d6677 commit 4a7bc74
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions History.md
@@ -0,0 +1,32 @@

n.n.n / 2011-06-13
==================

* merging
* update readme
* all examples working again
* have async working and improved reporting output with stacktrace
* better code after refactor
* refactoring and adding global beforeAll and AfterAll
* more matchers
* small refactoring
* gitignore update
* fix bug with beforeSpecs
* clean up and improved api changes
* basics of new runner
* fix typo's
* remove unneeded files
* sss
* write out new api style
* some small clean up of semi-colons etc
* add less than matcher on cloud9ide
* version bump
* Merge branch 'watchers'
* file watch and move to specs
* add redirect matcher
* after all specs created
* beforeAllSpecs run
* added timeout and fixed examples
* updated after to have a done cb
* bump version on bug fix, closer to stable new release
* fix small bug on callbacks
2 changes: 1 addition & 1 deletion bin/Jody
Expand Up @@ -11,7 +11,7 @@

process.env.NODE_ENV='test' // set test environment

var version = '0.2.0beta5';
var version = '0.2.0';


var Jody = require('../lib/Jody.js'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Jody",
"version": "0.2.0dev1",
"version": "0.2.0",
"description": "Descriptive BDD Framework for nodejs",
"author": "Garren Smith <garren.smith@gmail.com> (www.garrensmith.com)",
"homepage" : "http://github.com/garrensmith/Jody",
Expand Down

0 comments on commit 4a7bc74

Please sign in to comment.