Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 31, 2012
1 parent 7b3541f commit b56379b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,4 +1,13 @@

1.0.0 / 2012-05-31
==================

- add a `VariadicForeignFunction` function for vararg C functions
- various cleanup
- don't export the native bindings (`ffi.Bindings` is gone)
- use the `ref()` function when available, then fall back to `ref.alloc()`
- a few more tests

1.0.0-alpha1 / 2012-05-29
=========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "ffi"
, "version": "1.0.0-alpha1"
, "version": "1.0.0"
, "authors": [
"Rick Branson"
, "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
Expand Down

0 comments on commit b56379b

Please sign in to comment.