diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a14f74d8..0f02c2b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "wnfs": "0.1.11", - "wnfs-wasm": "0.1.11", - "wnfs-bench": "0.1.11" + "wnfs": "0.1.12", + "wnfs-wasm": "0.1.12", + "wnfs-bench": "0.1.12" } diff --git a/wnfs-bench/Cargo.toml b/wnfs-bench/Cargo.toml index 83440d3c..cddc24ed 100644 --- a/wnfs-bench/Cargo.toml +++ b/wnfs-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-bench" -version = "0.1.11" +version = "0.1.12" description = "WNFS Benchmarks" publish = false edition = "2021" diff --git a/wnfs-wasm/CHANGELOG.md b/wnfs-wasm/CHANGELOG.md index 88cbe7d1..4fa77710 100644 --- a/wnfs-wasm/CHANGELOG.md +++ b/wnfs-wasm/CHANGELOG.md @@ -4,6 +4,20 @@ * dependencies * wnfs bumped from 0.1.10 to 0.1.11 +## [0.1.12](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.11...wnfs-wasm-v0.1.12) (2023-01-11) + + +### Features + +* Add as_file and is_file to PrivateNode (wasm) ([#136](https://github.com/wnfs-wg/rs-wnfs/issues/136)) ([f02658b](https://github.com/wnfs-wg/rs-wnfs/commit/f02658b07b84e391a0984046d4e2fc4b949056a1)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * wnfs bumped from 0.1.11 to 0.1.12 + ## [0.1.10](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.9...wnfs-wasm-v0.1.10) (2022-12-06) diff --git a/wnfs-wasm/Cargo.toml b/wnfs-wasm/Cargo.toml index 5cd277ff..67a5d19c 100644 --- a/wnfs-wasm/Cargo.toml +++ b/wnfs-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-wasm" -version = "0.1.11" +version = "0.1.12" description = "WebNative Filesystem API (WebAssembly)" keywords = ["wnfs", "wasm", "webnative", "ipfs", "decentralisation"] categories = [ @@ -29,7 +29,7 @@ rand_core = "0.6" wasm-bindgen = { version = "0.2", optional = true, features = ["serde-serialize"] } wasm-bindgen-futures = { version = "0.4", optional = true } web-sys = { version = "0.3", optional = true } -wnfs = { path = "../wnfs", version = "0.1.11" } +wnfs = { path = "../wnfs", version = "0.1.12" } [dev-dependencies] wasm-bindgen-test = "0.3" diff --git a/wnfs/CHANGELOG.md b/wnfs/CHANGELOG.md index b3a72851..63fe71d5 100644 --- a/wnfs/CHANGELOG.md +++ b/wnfs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.11...wnfs-v0.1.12) (2023-01-11) + + +### Features + +* private backpointer ([#90](https://github.com/wnfs-wg/rs-wnfs/issues/90)) ([e38d039](https://github.com/wnfs-wg/rs-wnfs/commit/e38d039d3886f8590e00c7f87a530ca207f8a713)) + ## [0.1.11](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.10...wnfs-v0.1.11) (2023-01-06) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index f42b3f0b..a6d813ec 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs" -version = "0.1.11" +version = "0.1.12" description = "WebNative filesystem core implementation" keywords = ["wnfs", "webnative", "ipfs", "decentralisation"] categories = [