diff --git a/History.md b/History.md index e69de29..4d91fd8 100644 --- a/History.md +++ b/History.md @@ -0,0 +1,11 @@ + +0.1.0 / 2012-11-12 +================== + + * Add travis badge + * update readme + * makefile builds if lib changes + * add tests + * add dag iteration utility + * add dependencies + * "Initial commit" diff --git a/component.json b/component.json index 76dafbb..f346d57 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "breeze-dag" , "repo": "qualiancy/breeze-dag" - , "version": "0.0.0" + , "version": "0.1.0" , "description": "Async flow control for directed-acyclic-graph iteration." , "license": "MIT" , "keywords": [ diff --git a/package.json b/package.json index 951be41..174b768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "breeze-dag" - , "version": "0.0.0" + , "version": "0.1.0" , "description": "Async flow control for directed-acyclic-graph iteration." , "author": "Jake Luer (http://qualiancy.com)" , "license": "MIT"