Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Nov 12, 2012
1 parent f7ab474 commit 8061d52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://qualiancy.com)"
, "license": "MIT"
Expand Down

0 comments on commit 8061d52

Please sign in to comment.