Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco authored and S-Coyle committed Mar 23, 2020
1 parent 01ca8e9 commit f2cdacd
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 81 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.9.0](https://github.com/maidsafe/safe-nodejs/compare/v0.8.1...v0.9.0) (2020-03-03)
### [0.10.0](https://github.com/maidsafe/safe-nodejs/compare/v0.9.0...v0.10.0) (2020-03-23)


### Features

* **lib:** adapt fetch binding to support optional range arg, and adapt files_container_create binding to support creation of empty containers ([01ca8e9](https://github.com/maidsafe/safe-nodejs/commit/01ca8e95aa5bbf77774067c5d2e0e6d496fd89ed))
* **lib:** add files_container_remove_path binding ([2f6d1cb](https://github.com/maidsafe/safe-nodejs/commit/2f6d1cb496f220895547113a8594007c4e06a9e8))

### [0.9.0](https://github.com/maidsafe/safe-nodejs/compare/v0.8.1...v0.9.0) (2020-03-03)


### Features
Expand Down
8 changes: 4 additions & 4 deletions native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "safe-nodejs"
version = "0.9.0"
version = "0.10.0"
authors = ["Josh Wilson <joshuef@gmail.com>", "Gabriel Viganotti <gabrielviganotti@gmail.com>"]
license = "MIT OR BSD-3-Clause"
build = "build.rs"
Expand All @@ -18,7 +18,7 @@ neon-build = { git = "https://github.com/geovie/neon", branch = "feature/threads
[dependencies]
log = "^0.4.8"
env_logger = "^0.7.1"
safe-api = { version = "^0.10.0", features = ["app", "authd_client"] }
safe-api = { version = "^0.10.1", features = ["app", "authd_client"] }
#neon = "0.3.2"
neon = { git = "https://github.com/geovie/neon", branch = "feature/threadsafe_callback" }
#neon-serde = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-nodejs",
"version": "0.9.0",
"version": "0.10.0",
"description": "NodeJS binding for SAFE API",
"main": "lib/index.js",
"author": "Josh Wilson <joshuef@gmail.com>",
Expand Down
Loading

0 comments on commit f2cdacd

Please sign in to comment.