diff --git a/History.md b/History.md index 73e4d2d..adaba5f 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.0.3 / 2012-06-01 +================== + + - set the "name" property of StructType instances + - add a `toString()` override + - fix a bug in the alignment calculation logic + 0.0.2 / 2012-05-16 ================== diff --git a/package.json b/package.json index 3bdb0f0..ba649e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ref-struct" , "description": "Create ABI-compliant \"struct\" instances on top of Buffers" , "keywords": [ "struct", "ref", "abi", "c", "c++", "ffi" ] -, "version": "0.0.2" +, "version": "0.0.3" , "author": "Nathan Rajlich (http://tootallnate.net)" , "repository": { "type": "git", "url": "git://github.com/TooTallNate/ref-struct.git" } , "main": "./lib/struct.js"