From e64b558bbddf7e5fa36e02cb342e7a2159aef1bc Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Tue, 5 Feb 2013 14:39:19 -0800 Subject: [PATCH] v0.0.10 --- README.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3f12c..38b53a3 100755 --- a/README.md +++ b/README.md @@ -133,6 +133,16 @@ doesn't work for you please get in touch. ## Changelog +#### 0.0.10 + +- Bug Fixes +- @Contra added code that allows thickness and color args for ellipse +- Camshift Support +- @jtlebi added bindings for erode, gaussianBlur, arcLength, approxPolyDP, isConvex, cornerCount +- @gluxon added bindings for inRange + +Thanks everyone! + #### 0.0.9 - toBuffer can now take a callback and be run async (re #21) diff --git a/package.json b/package.json index 32f31c8..a74c94b 100755 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "buffers": "0.1.1" }, - "version": "0.0.9", + "version": "0.0.10", "devDependencies": { "vows": "*" },