Skip to content

Commit dc91f46

Browse files
author
Dave Herman
committed
v0.1.18
1 parent ed014a7 commit dc91f46

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neon"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["Dave Herman <[email protected]>"]
55
description = "A safe abstraction layer for Node.js."
66
documentation = "https://docs.neon-bindings.com/neon/index.html"
@@ -18,8 +18,8 @@ build = "build.rs"
1818
links = "neon-runtime"
1919

2020
[build-dependencies]
21-
neon-build = { version = "=0.1.17", path = "crates/neon-build" }
21+
neon-build = { version = "=0.1.18", path = "crates/neon-build" }
2222

2323
[dependencies]
2424
cslice = "0.2"
25-
neon-runtime = { version = "=0.1.17", path = "crates/neon-runtime" }
25+
neon-runtime = { version = "=0.1.18", path = "crates/neon-runtime" }

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.1.18
2+
3+
* CLI bugfix (neon-bindings/neon-cli#59).
4+
* JsArrayBuffer (#210).
5+
16
# Version 0.1.17
27

38
* CLI bugfix (#57).

crates/neon-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neon-build"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["Dave Herman <[email protected]>"]
55
description = "Build logic required for Neon projects."
66
repository = "https://github.com/neon-bindings/neon"

crates/neon-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "neon-runtime"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
authors = ["Dave Herman <[email protected]>"]
55
description = "Exposes Node and V8 C++ API's for use by Neon."
66
repository = "https://github.com/neon-bindings/neon"

0 commit comments

Comments
 (0)