diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 05ffe7fc..7ba5988e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "wnfs": "0.1.13", - "wnfs-wasm": "0.1.13", - "wnfs-bench": "0.1.13" + "wnfs": "0.1.14", + "wnfs-wasm": "0.1.14", + "wnfs-bench": "0.1.14" } diff --git a/wnfs-bench/Cargo.toml b/wnfs-bench/Cargo.toml index ddad6b4c..78ed82bb 100644 --- a/wnfs-bench/Cargo.toml +++ b/wnfs-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-bench" -version = "0.1.13" +version = "0.1.14" description = "WNFS Benchmarks" publish = false edition = "2021" diff --git a/wnfs-wasm/CHANGELOG.md b/wnfs-wasm/CHANGELOG.md index e60b8d2c..1d54a5fc 100644 --- a/wnfs-wasm/CHANGELOG.md +++ b/wnfs-wasm/CHANGELOG.md @@ -8,6 +8,20 @@ * dependencies * wnfs bumped from 0.1.12 to 0.1.13 +## [0.1.14](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.13...wnfs-wasm-v0.1.14) (2023-01-16) + + +### Features + +* **api:** adds missing metadata functions for the private side ([#144](https://github.com/wnfs-wg/rs-wnfs/issues/144)) ([7588f69](https://github.com/wnfs-wg/rs-wnfs/commit/7588f69440bfec14b8959f6aecd35eb5f848dacc)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * wnfs bumped from 0.1.13 to 0.1.14 + ## [0.1.12](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.11...wnfs-wasm-v0.1.12) (2023-01-11) diff --git a/wnfs-wasm/Cargo.toml b/wnfs-wasm/Cargo.toml index f7992329..e2adf914 100644 --- a/wnfs-wasm/Cargo.toml +++ b/wnfs-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-wasm" -version = "0.1.13" +version = "0.1.14" 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.13" } +wnfs = { path = "../wnfs", version = "0.1.14" } [dev-dependencies] wasm-bindgen-test = "0.3" diff --git a/wnfs/CHANGELOG.md b/wnfs/CHANGELOG.md index 0a3f4cb5..47a9b9d5 100644 --- a/wnfs/CHANGELOG.md +++ b/wnfs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.13...wnfs-v0.1.14) (2023-01-16) + + +### Features + +* **api:** adds missing metadata functions for the private side ([#144](https://github.com/wnfs-wg/rs-wnfs/issues/144)) ([7588f69](https://github.com/wnfs-wg/rs-wnfs/commit/7588f69440bfec14b8959f6aecd35eb5f848dacc)) + ## [0.1.13](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.12...wnfs-v0.1.13) (2023-01-12) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index c191a9ba..92a5bfb9 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs" -version = "0.1.13" +version = "0.1.14" description = "WebNative filesystem core implementation" keywords = ["wnfs", "webnative", "ipfs", "decentralisation"] categories = [