Skip to content

Commit dca88c7

Browse files
chore: release main (#131)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 883b3ab commit dca88c7

File tree

6 files changed

+18
-7
lines changed

6 files changed

+18
-7
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"wnfs": "0.1.10",
3-
"wnfs-wasm": "0.1.10",
4-
"wnfs-bench": "0.1.10"
2+
"wnfs": "0.1.11",
3+
"wnfs-wasm": "0.1.11",
4+
"wnfs-bench": "0.1.11"
55
}

wnfs-bench/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wnfs-bench"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "WNFS Benchmarks"
55
publish = false
66
edition = "2021"

wnfs-wasm/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
* The following workspace dependencies were updated
4+
* dependencies
5+
* wnfs bumped from 0.1.10 to 0.1.11
6+
37
## [0.1.10](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.9...wnfs-wasm-v0.1.10) (2022-12-06)
48

59

wnfs-wasm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wnfs-wasm"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "WebNative Filesystem API (WebAssembly)"
55
keywords = ["wnfs", "wasm", "webnative", "ipfs", "decentralisation"]
66
categories = [
@@ -29,7 +29,7 @@ rand_core = "0.6"
2929
wasm-bindgen = { version = "0.2", optional = true, features = ["serde-serialize"] }
3030
wasm-bindgen-futures = { version = "0.4", optional = true }
3131
web-sys = { version = "0.3", optional = true }
32-
wnfs = { path = "../wnfs", version = "0.1.10" }
32+
wnfs = { path = "../wnfs", version = "0.1.11" }
3333

3434
[dev-dependencies]
3535
wasm-bindgen-test = "0.3"

wnfs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.11](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.10...wnfs-v0.1.11) (2023-01-06)
4+
5+
6+
### Features
7+
8+
* **hamt:** diff and merge implementation ([#94](https://github.com/wnfs-wg/rs-wnfs/issues/94)) ([883b3ab](https://github.com/wnfs-wg/rs-wnfs/commit/883b3ab7f9c0ec4c086e83afe7f0510c448f6bbb))
9+
310
## [0.1.10](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.9...wnfs-v0.1.10) (2022-12-06)
411

512

wnfs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wnfs"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "WebNative filesystem core implementation"
55
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
66
categories = [

0 commit comments

Comments
 (0)