From 9502a498d521751d538c2ac011ce566f91b59a89 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 3 Nov 2014 13:57:57 -0800 Subject: [PATCH] v0.0.7 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 3c05b29..6fb6398 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.0.7 / 2014-11-03 +================== + + * gitignore: ignore single letter ?.js test files + * lib: only slice buffer in set() in the non-instance case + * package: allow any "debug" v2 + 0.0.6 / 2014-06-19 ================== diff --git a/package.json b/package.json index 67b9dc9..0dadb6f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "c++", "ffi" ], - "version": "0.0.6", + "version": "0.0.7", "author": "Nathan Rajlich (http://tootallnate.net)", "repository": { "type": "git",