From 4ac0c10d41a307d2f5ec303996f1d2c8cafce120 Mon Sep 17 00:00:00 2001 From: Dave Herman Date: Mon, 8 May 2017 15:04:43 -0700 Subject: [PATCH] v0.1.17 --- Cargo.toml | 4 ++-- RELEASES.md | 8 ++++++++ crates/neon-build/Cargo.toml | 2 +- crates/neon-runtime/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa0f47a53..b934f13bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neon" -version = "0.1.16" +version = "0.1.17" authors = ["Dave Herman "] description = "A safe abstraction layer for Node.js." documentation = "https://docs.neon-bindings.com/neon/index.html" @@ -19,4 +19,4 @@ links = "neon-runtime" [dependencies] cslice = "0.2" -neon-runtime = { version = "=0.1.16", path = "crates/neon-runtime" } +neon-runtime = { version = "=0.1.17", path = "crates/neon-runtime" } diff --git a/RELEASES.md b/RELEASES.md index 18655c05d..d122ada95 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,11 @@ +# Version 0.1.17 + +* CLI bugfix (#57). + +# Version 0.1.16 + +* CLI bugfix (#56). + # Version 0.1.15 (2017-05-21) * Better Electron support in CLI's build process. diff --git a/crates/neon-build/Cargo.toml b/crates/neon-build/Cargo.toml index 1216430f6..fbd35ea86 100644 --- a/crates/neon-build/Cargo.toml +++ b/crates/neon-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neon-build" -version = "0.1.16" +version = "0.1.17" authors = ["Dave Herman "] description = "Build logic required for Neon projects." repository = "https://github.com/neon-bindings/neon" diff --git a/crates/neon-runtime/Cargo.toml b/crates/neon-runtime/Cargo.toml index a030f84fb..209b81046 100644 --- a/crates/neon-runtime/Cargo.toml +++ b/crates/neon-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neon-runtime" -version = "0.1.16" +version = "0.1.17" authors = ["Dave Herman "] description = "Exposes Node and V8 C++ API's for use by Neon." repository = "https://github.com/neon-bindings/neon"