From b56379b541ceb8f89165974c79e0d9f1747b77a9 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 31 May 2012 14:15:28 -0700 Subject: [PATCH] v1.0.0 --- History.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 82eff9c4..af972313 100644 --- a/History.md +++ b/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 ========================= diff --git a/package.json b/package.json index 517f0809..242426b6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "ffi" -, "version": "1.0.0-alpha1" +, "version": "1.0.0" , "authors": [ "Rick Branson" , "Nathan Rajlich (http://tootallnate.net)"