Skip to content

Commit

Permalink
v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Herman committed May 8, 2017
1 parent 3c78bfb commit 4ac0c10
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon"
version = "0.1.16"
version = "0.1.17"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "A safe abstraction layer for Node.js."
documentation = "https://docs.neon-bindings.com/neon/index.html"
Expand All @@ -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" }
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion crates/neon-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-build"
version = "0.1.16"
version = "0.1.17"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Build logic required for Neon projects."
repository = "https://github.com/neon-bindings/neon"
Expand Down
2 changes: 1 addition & 1 deletion crates/neon-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-runtime"
version = "0.1.16"
version = "0.1.17"
authors = ["Dave Herman <dherman@mozilla.com>"]
description = "Exposes Node and V8 C++ API's for use by Neon."
repository = "https://github.com/neon-bindings/neon"
Expand Down

0 comments on commit 4ac0c10

Please sign in to comment.