diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ca6339a..2ceaec84 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - "wnfs": "0.1.24", + "wnfs": "0.1.25", "wnfs-common": "0.1.23", "wnfs-hamt": "0.1.23", - "wnfs-nameaccumulator": "0.1.24", - "wnfs-wasm": "0.1.25", - "wnfs-bench": "0.1.24" + "wnfs-nameaccumulator": "0.1.25", + "wnfs-wasm": "0.1.26", + "wnfs-bench": "0.1.25" } diff --git a/wnfs-bench/Cargo.toml b/wnfs-bench/Cargo.toml index 141c1fd0..186fc0fa 100644 --- a/wnfs-bench/Cargo.toml +++ b/wnfs-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-bench" -version = "0.1.24" +version = "0.1.25" description = "WNFS Benchmarks" publish = false edition = "2021" diff --git a/wnfs-nameaccumulator/CHANGELOG.md b/wnfs-nameaccumulator/CHANGELOG.md index 7d5a4590..578cdf30 100644 --- a/wnfs-nameaccumulator/CHANGELOG.md +++ b/wnfs-nameaccumulator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.25](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-nameaccumulator-v0.1.24...wnfs-nameaccumulator-v0.1.25) (2023-08-30) + + +### Bug Fixes + +* Fix `search_latest` on `write` and file mountpoints ([#341](https://github.com/wnfs-wg/rs-wnfs/issues/341)) ([dae79cd](https://github.com/wnfs-wg/rs-wnfs/commit/dae79cd1b95148cf54d6fdf57357b76adcf192ae)) + ## [0.1.24](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-nameaccumulator-v0.1.23...wnfs-nameaccumulator-v0.1.24) (2023-08-17) diff --git a/wnfs-nameaccumulator/Cargo.toml b/wnfs-nameaccumulator/Cargo.toml index 1fd6fd6a..ea37cb6e 100644 --- a/wnfs-nameaccumulator/Cargo.toml +++ b/wnfs-nameaccumulator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-nameaccumulator" -version = "0.1.24" +version = "0.1.25" description = "Cryptographic accumulators for the Webnative Filesystem" keywords = ["wnfs", "webnative", "ipfs", "decentralisation"] categories = [ diff --git a/wnfs-wasm/CHANGELOG.md b/wnfs-wasm/CHANGELOG.md index 2d35df69..e8712122 100644 --- a/wnfs-wasm/CHANGELOG.md +++ b/wnfs-wasm/CHANGELOG.md @@ -12,6 +12,11 @@ * dependencies * wnfs bumped from 0.1.19 to 0.1.20 +* The following workspace dependencies were updated + * dependencies + * wnfs bumped from 0.1.24 to 0.1.25 + * wnfs-nameaccumulator bumped from 0.1.24 to 0.1.25 + ## [0.1.25](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.24...wnfs-wasm-v0.1.25) (2023-08-18) diff --git a/wnfs-wasm/Cargo.toml b/wnfs-wasm/Cargo.toml index cbf898c4..d5f4745b 100644 --- a/wnfs-wasm/Cargo.toml +++ b/wnfs-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs-wasm" -version = "0.1.25" +version = "0.1.26" description = "WebNative Filesystem API (WebAssembly)" keywords = ["wnfs", "wasm", "webnative", "ipfs", "decentralisation"] categories = [ @@ -30,8 +30,8 @@ rand_core = "0.6" wasm-bindgen = { version = "0.2.87", 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.24" } -wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", version = "0.1.24" } +wnfs = { path = "../wnfs", version = "0.1.25" } +wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", version = "0.1.25" } [dev-dependencies] wasm-bindgen-test = "0.3" diff --git a/wnfs/CHANGELOG.md b/wnfs/CHANGELOG.md index 2d6ea06a..24293d78 100644 --- a/wnfs/CHANGELOG.md +++ b/wnfs/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.25](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.24...wnfs-v0.1.25) (2023-08-30) + + +### Bug Fixes + +* Fix `search_latest` on `write` and file mountpoints ([#341](https://github.com/wnfs-wg/rs-wnfs/issues/341)) ([dae79cd](https://github.com/wnfs-wg/rs-wnfs/commit/dae79cd1b95148cf54d6fdf57357b76adcf192ae)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * wnfs-nameaccumulator bumped from 0.1.24 to 0.1.25 + ## [0.1.24](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.23...wnfs-v0.1.24) (2023-08-17) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index ed792af2..124aeebd 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wnfs" -version = "0.1.24" +version = "0.1.25" description = "WebNative filesystem core implementation" keywords = ["wnfs", "webnative", "ipfs", "decentralisation"] categories = [ @@ -45,7 +45,7 @@ skip_ratchet = { version = "0.3", features = ["serde"] } thiserror = "1.0" wnfs-common = { path = "../wnfs-common", version = "0.1.23" } wnfs-hamt = { path = "../wnfs-hamt", version = "0.1.23" } -wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", version = "0.1.24" } +wnfs-nameaccumulator = { path = "../wnfs-nameaccumulator", version = "0.1.25" } [dev-dependencies] async-std = { version = "1.11", features = ["attributes"] }