From 570171b139072e192071ebb2d5772fc16ee76d37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:42:52 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- wnfs-bench/Cargo.toml | 2 +- wnfs-wasm/CHANGELOG.md | 14 ++++++++++++++ wnfs-wasm/Cargo.toml | 4 ++-- wnfs/CHANGELOG.md | 12 ++++++++++++ wnfs/Cargo.toml | 2 +- 6 files changed, 33 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5a598ad..50f9198d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "wnfs": "0.1.23", - "wnfs-bench": "0.1.23", + "wnfs": "0.1.24", + "wnfs-bench": "0.1.24", "wnfs-common": "0.1.23", "wnfs-hamt": "0.1.23", "wnfs-nameaccumulator": "0.1.23", - "wnfs-wasm": "0.1.23" + "wnfs-wasm": "0.1.24" } diff --git a/wnfs-bench/Cargo.toml b/wnfs-bench/Cargo.toml index ea942fec..141c1fd0 100644 --- a/wnfs-bench/Cargo.toml +++ b/wnfs-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-bench" -version = "0.1.23" +version = "0.1.24" description = "WNFS Benchmarks" publish = false edition = "2021" diff --git a/wnfs-wasm/CHANGELOG.md b/wnfs-wasm/CHANGELOG.md index 20fab2e0..cf329a7a 100644 --- a/wnfs-wasm/CHANGELOG.md +++ b/wnfs-wasm/CHANGELOG.md @@ -12,6 +12,20 @@ * dependencies * wnfs bumped from 0.1.19 to 0.1.20 +## [0.1.24](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.23...wnfs-wasm-v0.1.24) (2023-08-03) + + +### Features + +* Implement public directory cp & more efficient copy for `PrivateFile` ([#319](https://github.com/wnfs-wg/rs-wnfs/issues/319)) ([cebb956](https://github.com/wnfs-wg/rs-wnfs/commit/cebb956cdaf88ed6e2eb09b784eeec5d61bdf4c8)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * wnfs bumped from 0.1.23 to 0.1.24 + ## [0.1.23](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.22...wnfs-wasm-v0.1.23) (2023-07-21) diff --git a/wnfs-wasm/Cargo.toml b/wnfs-wasm/Cargo.toml index b5d2fc6a..8bf7f940 100644 --- a/wnfs-wasm/Cargo.toml +++ b/wnfs-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-wasm" -version = "0.1.23" +version = "0.1.24" description = "WebNative Filesystem API (WebAssembly)" keywords = ["wnfs", "wasm", "webnative", "ipfs", "decentralisation"] categories = [ @@ -30,7 +30,7 @@ rand_core = "0.6" wasm-bindgen = { version = "0.2.84", 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.23" } +wnfs = { path = "../wnfs", version = "0.1.24" } wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", version = "0.1.23" } [dev-dependencies] diff --git a/wnfs/CHANGELOG.md b/wnfs/CHANGELOG.md index 5a356d49..e0a9b77f 100644 --- a/wnfs/CHANGELOG.md +++ b/wnfs/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.24](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.23...wnfs-v0.1.24) (2023-08-03) + + +### Features + +* Implement public directory cp & more efficient copy for `PrivateFile` ([#319](https://github.com/wnfs-wg/rs-wnfs/issues/319)) ([cebb956](https://github.com/wnfs-wg/rs-wnfs/commit/cebb956cdaf88ed6e2eb09b784eeec5d61bdf4c8)) + + +### Bug Fixes + +* Improve performance of `get_revision_name()` ([#317](https://github.com/wnfs-wg/rs-wnfs/issues/317)) ([55cf2e0](https://github.com/wnfs-wg/rs-wnfs/commit/55cf2e013cb84cbaab2086c83866f93ecadb0a88)) + ## [0.1.23](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.22...wnfs-v0.1.23) (2023-07-21) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index ada55c73..3ef3adc5 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs" -version = "0.1.23" +version = "0.1.24" description = "WebNative filesystem core implementation" keywords = ["wnfs", "webnative", "ipfs", "decentralisation"] categories = [