Skip to content

Commit

Permalink
v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 17, 2012
1 parent 7246c2b commit d3f0533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@

0.0.11 / 2012-05-17
===================

- always do string type coersion, like on `alloc()`
- add a "bool" type, which works with JS `true`/`false` values

0.0.10 / 2012-05-15
==================
===================

- fix compiler error on Solaris
- fix compiler errors on Windows
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
, "byte"
, "64"
]
, "version": "0.0.10"
, "version": "0.0.11"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref.git" }
, "main": "./lib/ref.js"
Expand Down

0 comments on commit d3f0533

Please sign in to comment.