Skip to content

Commit

Permalink
chore: release main (#238)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 14, 2023
1 parent 2a32439 commit c51c1b7
Show file tree
Hide file tree
Showing 12 changed files with 110 additions and 19 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"wnfs": "0.1.20",
"wnfs-bench": "0.1.20",
"wnfs-common": "0.1.20",
"wnfs-hamt": "0.1.20",
"wnfs-namefilter": "0.1.20",
"wnfs-wasm": "0.1.20"
"wnfs": "0.1.21",
"wnfs-bench": "0.1.21",
"wnfs-common": "0.1.21",
"wnfs-hamt": "0.1.21",
"wnfs-namefilter": "0.1.21",
"wnfs-wasm": "0.1.21"
}
2 changes: 1 addition & 1 deletion wnfs-bench/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-bench"
version = "0.1.20"
version = "0.1.21"
description = "WNFS Benchmarks"
publish = false
edition = "2021"
Expand Down
7 changes: 7 additions & 0 deletions wnfs-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.21](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-common-v0.1.20...wnfs-common-v0.1.21) (2023-05-22)


### Miscellaneous Chores

* release 0.1.21 ([#255](https://github.com/wnfs-wg/rs-wnfs/issues/255)) ([2be9f49](https://github.com/wnfs-wg/rs-wnfs/commit/2be9f4999d279acccfcda3b690d69dcbcdf8e60b))

## [0.1.20](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-common-v0.1.19...wnfs-common-v0.1.20) (2023-03-30)


Expand Down
2 changes: 1 addition & 1 deletion wnfs-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-common"
version = "0.1.20"
version = "0.1.21"
description = "Common types for the Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down
16 changes: 16 additions & 0 deletions wnfs-hamt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
* dev-dependencies
* wnfs-common bumped from 0.1.19 to 0.1.20

## [0.1.21](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-hamt-v0.1.20...wnfs-hamt-v0.1.21) (2023-05-22)


### Miscellaneous Chores

* release 0.1.21 ([#255](https://github.com/wnfs-wg/rs-wnfs/issues/255)) ([2be9f49](https://github.com/wnfs-wg/rs-wnfs/commit/2be9f4999d279acccfcda3b690d69dcbcdf8e60b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* wnfs-common bumped from 0.1.20 to 0.1.21
* dev-dependencies
* wnfs-common bumped from 0.1.20 to 0.1.21

## [0.1.19](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-hamt-v0.1.18...wnfs-hamt-v0.1.19) (2023-03-23)


Expand Down
6 changes: 3 additions & 3 deletions wnfs-hamt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-hamt"
version = "0.1.20"
version = "0.1.21"
description = "IPLD HAMT implementation for Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down Expand Up @@ -35,14 +35,14 @@ semver = { version = "1.0", features = ["serde"] }
serde = { version = "1.0", features = ["rc"] }
sha3 = "0.10"
thiserror = "1.0"
wnfs-common = { path = "../wnfs-common", version = "0.1.20" }
wnfs-common = { path = "../wnfs-common", version = "0.1.21" }

[dev-dependencies]
async-std = { version = "1.11", features = ["attributes"] }
proptest = "1.1"
rand = "0.8"
test-strategy = "0.3"
wnfs-common = { path = "../wnfs-common", version = "0.1.20", features = ["test_utils"] }
wnfs-common = { path = "../wnfs-common", version = "0.1.21", features = ["test_utils"] }

[features]
test_utils = ["proptest"]
14 changes: 14 additions & 0 deletions wnfs-namefilter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
* dependencies
* wnfs-common bumped from 0.1.19 to 0.1.20

## [0.1.21](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-namefilter-v0.1.20...wnfs-namefilter-v0.1.21) (2023-05-22)


### Miscellaneous Chores

* release 0.1.21 ([#255](https://github.com/wnfs-wg/rs-wnfs/issues/255)) ([2be9f49](https://github.com/wnfs-wg/rs-wnfs/commit/2be9f4999d279acccfcda3b690d69dcbcdf8e60b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* wnfs-common bumped from 0.1.20 to 0.1.21

## [0.1.19](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-namefilter-v0.1.18...wnfs-namefilter-v0.1.19) (2023-03-23)


Expand Down
4 changes: 2 additions & 2 deletions wnfs-namefilter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-namefilter"
version = "0.1.20"
version = "0.1.21"
description = "Bloom filter for the Webnative Filesystem"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down Expand Up @@ -30,7 +30,7 @@ rand_core = "0.6"
serde = { version = "1.0", features = ["rc"] }
sha3 = "0.10"
thiserror = "1.0"
wnfs-common = { path = "../wnfs-common", version = "0.1.20" }
wnfs-common = { path = "../wnfs-common", version = "0.1.21" }
xxhash-rust = { version = "0.8", features = ["xxh3"] }

[dev-dependencies]
Expand Down
23 changes: 23 additions & 0 deletions wnfs-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,29 @@
* dependencies
* wnfs bumped from 0.1.19 to 0.1.20

## [0.1.21](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.20...wnfs-wasm-v0.1.21) (2023-05-22)


### ⚠ BREAKING CHANGES

* get_node should return null on missing path ([#253](https://github.com/wnfs-wg/rs-wnfs/issues/253))

### Bug Fixes

* get_node should return null on missing path ([#253](https://github.com/wnfs-wg/rs-wnfs/issues/253)) ([5ed87fe](https://github.com/wnfs-wg/rs-wnfs/commit/5ed87fe6359a19abdea5f34dd0537fd5d62c98a8))


### Miscellaneous Chores

* release 0.1.21 ([#255](https://github.com/wnfs-wg/rs-wnfs/issues/255)) ([2be9f49](https://github.com/wnfs-wg/rs-wnfs/commit/2be9f4999d279acccfcda3b690d69dcbcdf8e60b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* wnfs bumped from 0.1.20 to 0.1.21

## [0.1.19](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.18...wnfs-wasm-v0.1.19) (2023-03-23)


Expand Down
4 changes: 2 additions & 2 deletions wnfs-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-wasm"
version = "0.1.20"
version = "0.1.21"
description = "WebNative Filesystem API (WebAssembly)"
keywords = ["wnfs", "wasm", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down Expand Up @@ -28,7 +28,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.20" }
wnfs = { path = "../wnfs", version = "0.1.21" }

[dev-dependencies]
wasm-bindgen-test = "0.3"
Expand Down
31 changes: 31 additions & 0 deletions wnfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.1.21](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.20...wnfs-v0.1.21) (2023-05-22)


### ⚠ BREAKING CHANGES

* get_node should return null on missing path ([#253](https://github.com/wnfs-wg/rs-wnfs/issues/253))

### Features

* Add `PrivateDirectory::entires`, `PrivateFile::read_at` and make `PrivateFile::get_content_size_upper_bound` public ([#237](https://github.com/wnfs-wg/rs-wnfs/issues/237)) ([1572f43](https://github.com/wnfs-wg/rs-wnfs/commit/1572f432b6ae5366436cdefda7defd71c23b0ca7))


### Bug Fixes

* get_node should return null on missing path ([#253](https://github.com/wnfs-wg/rs-wnfs/issues/253)) ([5ed87fe](https://github.com/wnfs-wg/rs-wnfs/commit/5ed87fe6359a19abdea5f34dd0537fd5d62c98a8))
* propagate missing chunk error ([#252](https://github.com/wnfs-wg/rs-wnfs/issues/252)) ([4c16dcd](https://github.com/wnfs-wg/rs-wnfs/commit/4c16dcd4725c8b499a01184530e0e95ed8f4a9d5))


### Miscellaneous Chores

* release 0.1.21 ([#255](https://github.com/wnfs-wg/rs-wnfs/issues/255)) ([2be9f49](https://github.com/wnfs-wg/rs-wnfs/commit/2be9f4999d279acccfcda3b690d69dcbcdf8e60b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* wnfs-common bumped from 0.1.20 to 0.1.21
* wnfs-hamt bumped from 0.1.20 to 0.1.21
* wnfs-namefilter bumped from 0.1.20 to 0.1.21

## [0.1.20](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-v0.1.19...wnfs-v0.1.20) (2023-03-30)


Expand Down
8 changes: 4 additions & 4 deletions wnfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs"
version = "0.1.20"
version = "0.1.21"
description = "WebNative filesystem core implementation"
keywords = ["wnfs", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down Expand Up @@ -37,9 +37,9 @@ serde_ipld_dagcbor = "0.3.0"
sha3 = "0.10"
skip_ratchet = { version = "0.1", features = ["serde"] }
thiserror = "1.0"
wnfs-common = { path = "../wnfs-common", version = "0.1.20" }
wnfs-hamt = { path = "../wnfs-hamt", version = "0.1.20" }
wnfs-namefilter = { path = "../wnfs-namefilter", version = "0.1.20" }
wnfs-common = { path = "../wnfs-common", version = "0.1.21" }
wnfs-hamt = { path = "../wnfs-hamt", version = "0.1.21" }
wnfs-namefilter = { path = "../wnfs-namefilter", version = "0.1.21" }
xxhash-rust = { version = "0.8", features = ["xxh3"] }

[dev-dependencies]
Expand Down

0 comments on commit c51c1b7

Please sign in to comment.