From a4432a0cae3e5538b225a3556bed9a97f406fae6 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 2 Aug 2016 21:26:20 -0700 Subject: [PATCH] Release 1.1.0 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 99760a8..0c4bf8b 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +1.1.0 / 2015-08-27 +================== + +* [[`eb4550fdaa`](https://github.com/TooTallNate/ref-struct/commit/eb4550fdaa)] - Implement `pack` option (Lee, SungUk) +* [[`17c1c7a8ef`](https://github.com/TooTallNate/ref-struct/commit/17c1c7a8ef)] - fix StructType constructor name in README (typo) (David Corticchiato) +* [[`54b72bde07`](https://github.com/TooTallNate/ref-struct/commit/54b72bde07)] - **appveyor**: fix node v0.8, test io.js v2.5 and v3 (Nathan Rajlich) + 1.0.2 / 2015-08-27 ================== diff --git a/package.json b/package.json index 40c2f23..98b3409 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "c++", "ffi" ], - "version": "1.0.2", + "version": "1.1.0", "author": "Nathan Rajlich (http://tootallnate.net)", "repository": { "type": "git",