From 8bb6fa11331dd5f15dc9f4db17cd27d76a7aa9a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 22:28:55 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 24 ++++++++++++------------ Cargo.lock | 24 ++++++++++++------------ rust/noosphere-api/CHANGELOG.md | 16 ++++++++++++++++ rust/noosphere-api/Cargo.toml | 8 ++++---- rust/noosphere-car/CHANGELOG.md | 7 +++++++ rust/noosphere-car/Cargo.toml | 2 +- rust/noosphere-cli/CHANGELOG.md | 23 +++++++++++++++++++++++ rust/noosphere-cli/Cargo.toml | 20 ++++++++++---------- rust/noosphere-collections/CHANGELOG.md | 14 ++++++++++++++ rust/noosphere-collections/Cargo.toml | 4 ++-- rust/noosphere-core/CHANGELOG.md | 15 +++++++++++++++ rust/noosphere-core/Cargo.toml | 6 +++--- rust/noosphere-gateway/CHANGELOG.md | 21 +++++++++++++++++++++ rust/noosphere-gateway/Cargo.toml | 18 +++++++++--------- rust/noosphere-into/CHANGELOG.md | 18 ++++++++++++++++++ rust/noosphere-into/Cargo.toml | 10 +++++----- rust/noosphere-ipfs/CHANGELOG.md | 17 +++++++++++++++++ rust/noosphere-ipfs/Cargo.toml | 10 +++++----- rust/noosphere-ns/CHANGELOG.md | 17 +++++++++++++++++ rust/noosphere-ns/Cargo.toml | 10 +++++----- rust/noosphere-sphere/CHANGELOG.md | 18 ++++++++++++++++++ rust/noosphere-sphere/Cargo.toml | 12 ++++++------ rust/noosphere-storage/CHANGELOG.md | 7 +++++++ rust/noosphere-storage/Cargo.toml | 2 +- rust/noosphere/CHANGELOG.md | 14 ++++++++++++++ rust/noosphere/Cargo.toml | 14 +++++++------- 26 files changed, 269 insertions(+), 82 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 547a2444b..4cca47dda 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - "rust/noosphere-api": "0.7.3", - "rust/noosphere-cli": "0.9.4", - "rust/noosphere-collections": "0.5.1", - "rust/noosphere-core": "0.9.2", - "rust/noosphere-into": "0.7.3", - "rust/noosphere-ns": "0.5.6", - "rust/noosphere-storage": "0.6.1", - "rust/noosphere": "0.9.0", - "rust/noosphere-ipfs": "0.3.3", - "rust/noosphere-gateway": "0.3.4", - "rust/noosphere-sphere": "0.4.0", - "rust/noosphere-car": "0.1.0" + "rust/noosphere-api": "0.7.4", + "rust/noosphere-cli": "0.9.5", + "rust/noosphere-collections": "0.5.2", + "rust/noosphere-core": "0.9.3", + "rust/noosphere-into": "0.7.4", + "rust/noosphere-ns": "0.5.7", + "rust/noosphere-storage": "0.6.2", + "rust/noosphere": "0.9.1", + "rust/noosphere-ipfs": "0.3.4", + "rust/noosphere-gateway": "0.3.5", + "rust/noosphere-sphere": "0.4.1", + "rust/noosphere-car": "0.1.1" } \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index b48212bcf..5d0263beb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3765,7 +3765,7 @@ dependencies = [ [[package]] name = "noosphere" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "async-stream", @@ -3806,7 +3806,7 @@ dependencies = [ [[package]] name = "noosphere-api" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "cid 0.10.1", @@ -3832,7 +3832,7 @@ dependencies = [ [[package]] name = "noosphere-car" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "cid 0.10.1", @@ -3848,7 +3848,7 @@ dependencies = [ [[package]] name = "noosphere-cli" -version = "0.9.4" +version = "0.9.5" dependencies = [ "anyhow", "async-trait", @@ -3892,7 +3892,7 @@ dependencies = [ [[package]] name = "noosphere-collections" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "async-once-cell 0.3.1", @@ -3918,7 +3918,7 @@ dependencies = [ [[package]] name = "noosphere-core" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "async-once-cell 0.3.1", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "noosphere-gateway" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "async-stream", @@ -4008,7 +4008,7 @@ dependencies = [ [[package]] name = "noosphere-into" -version = "0.7.3" +version = "0.7.4" dependencies = [ "anyhow", "async-compat", @@ -4040,7 +4040,7 @@ dependencies = [ [[package]] name = "noosphere-ipfs" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "async-compat", @@ -4068,7 +4068,7 @@ dependencies = [ [[package]] name = "noosphere-ns" -version = "0.5.6" +version = "0.5.7" dependencies = [ "anyhow", "async-trait", @@ -4103,7 +4103,7 @@ dependencies = [ [[package]] name = "noosphere-sphere" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "async-stream", @@ -4134,7 +4134,7 @@ dependencies = [ [[package]] name = "noosphere-storage" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "async-std", diff --git a/rust/noosphere-api/CHANGELOG.md b/rust/noosphere-api/CHANGELOG.md index cf7caf4b1..209ff58b3 100644 --- a/rust/noosphere-api/CHANGELOG.md +++ b/rust/noosphere-api/CHANGELOG.md @@ -40,6 +40,22 @@ * dependencies * noosphere-core bumped from 0.9.1 to 0.9.2 +## [0.7.4](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-api-v0.7.3...noosphere-api-v0.7.4) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.9.2 to 0.9.3 + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-car bumped from 0.1.0 to 0.1.1 + ## [0.7.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-api-v0.6.0...noosphere-api-v0.7.0) (2023-03-29) diff --git a/rust/noosphere-api/Cargo.toml b/rust/noosphere-api/Cargo.toml index 5f2a56f57..96f0c1e1a 100644 --- a/rust/noosphere-api/Cargo.toml +++ b/rust/noosphere-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-api" -version = "0.7.3" +version = "0.7.4" edition = "2021" description = "Type information pertinent to the REST API of the gateway server that is a part of the Noosphere CLI" keywords = ["rest", "api", "noosphere", "p2p"] @@ -26,9 +26,9 @@ url = "^2" serde = "^1" serde_urlencoded = "~0.7" tracing = { workspace = true } -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-car = { version = "0.1.0", path = "../noosphere-car" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-car = { version = "0.1.1", path = "../noosphere-car" } reqwest = { version = "0.11.15", default-features = false, features = ["json", "rustls-tls", "stream"] } tokio-stream = "~0.1" tokio-util = "0.7.7" diff --git a/rust/noosphere-car/CHANGELOG.md b/rust/noosphere-car/CHANGELOG.md index e301171dd..5a2709707 100644 --- a/rust/noosphere-car/CHANGELOG.md +++ b/rust/noosphere-car/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-car-v0.1.0...noosphere-car-v0.1.1) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + ## 0.1.0 (2023-03-29) diff --git a/rust/noosphere-car/Cargo.toml b/rust/noosphere-car/Cargo.toml index a585608c4..8ffa26195 100644 --- a/rust/noosphere-car/Cargo.toml +++ b/rust/noosphere-car/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-car" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Streaming CAR format support for Noosphere" keywords = ["car", "sync", "noosphere", "ipfs", "cid"] diff --git a/rust/noosphere-cli/CHANGELOG.md b/rust/noosphere-cli/CHANGELOG.md index db974e134..c68618304 100644 --- a/rust/noosphere-cli/CHANGELOG.md +++ b/rust/noosphere-cli/CHANGELOG.md @@ -73,6 +73,29 @@ * dev-dependencies * noosphere-ns bumped from 0.5.5 to 0.5.6 +## [0.9.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.9.4...noosphere-cli-v0.9.5) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-car bumped from 0.1.0 to 0.1.1 + * noosphere-ipfs bumped from 0.3.3 to 0.3.4 + * noosphere-core bumped from 0.9.2 to 0.9.3 + * noosphere-sphere bumped from 0.4.0 to 0.4.1 + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-api bumped from 0.7.3 to 0.7.4 + * noosphere-gateway bumped from 0.3.4 to 0.3.5 + * noosphere bumped from 0.9.0 to 0.9.1 + * dev-dependencies + * noosphere-ns bumped from 0.5.6 to 0.5.7 + ## [0.9.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.9.1...noosphere-cli-v0.9.2) (2023-04-13) diff --git a/rust/noosphere-cli/Cargo.toml b/rust/noosphere-cli/Cargo.toml index 61ac2e589..0aca2f6f4 100644 --- a/rust/noosphere-cli/Cargo.toml +++ b/rust/noosphere-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-cli" -version = "0.9.4" +version = "0.9.5" edition = "2021" description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol" keywords = ["cli", "sync", "noosphere", "p2p", "ucan"] @@ -23,7 +23,7 @@ test_kubo = [] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] reqwest = { version = "~0.11", default-features = false, features = ["json", "rustls-tls", "stream"] } -noosphere-ns = { version = "0.5.6", path = "../noosphere-ns" } +noosphere-ns = { version = "0.5.7", path = "../noosphere-ns" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tempfile = "^3" @@ -37,7 +37,7 @@ tower-http = { version = "~0.3", features = ["cors", "trace"] } async-trait = "~0.1" tracing = { workspace = true } multipart = "~0.18" -noosphere-car = { version = "0.1.0", path = "../noosphere-car" } +noosphere-car = { version = "0.1.1", path = "../noosphere-car" } url = { version = "^2", features = [ "serde" ] } whoami = "^1" @@ -49,13 +49,13 @@ witty-phrase-generator = "~0.2" toml_edit = { version = "~0.15", features = [ "serde" ] } globset = "~0.4" -noosphere-ipfs = { version = "0.3.3", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } -noosphere-sphere = { version = "0.4.0", path = "../noosphere-sphere" } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-api = { version = "0.7.3", path = "../noosphere-api" } -noosphere-gateway = { version = "0.3.4", path = "../noosphere-gateway" } -noosphere = { version = "0.9.0", path = "../noosphere" } +noosphere-ipfs = { version = "0.3.4", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } +noosphere-sphere = { version = "0.4.1", path = "../noosphere-sphere" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-api = { version = "0.7.4", path = "../noosphere-api" } +noosphere-gateway = { version = "0.3.5", path = "../noosphere-gateway" } +noosphere = { version = "0.9.1", path = "../noosphere" } ucan = { workspace = true } ucan-key-support = { workspace = true } cid = { workspace = true } diff --git a/rust/noosphere-collections/CHANGELOG.md b/rust/noosphere-collections/CHANGELOG.md index f51af3ba3..2fe5ef394 100644 --- a/rust/noosphere-collections/CHANGELOG.md +++ b/rust/noosphere-collections/CHANGELOG.md @@ -12,6 +12,20 @@ * dependencies * noosphere-storage bumped from 0.6.0 to 0.6.1 +## [0.5.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.5.1...noosphere-collections-v0.5.2) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.6.1 to 0.6.2 + ## [0.5.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.4.0...noosphere-collections-v0.5.0) (2023-04-04) diff --git a/rust/noosphere-collections/Cargo.toml b/rust/noosphere-collections/Cargo.toml index 7132bf6e0..8d031b7af 100644 --- a/rust/noosphere-collections/Cargo.toml +++ b/rust/noosphere-collections/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-collections" -version = "0.5.1" +version = "0.5.2" edition = "2021" description = "Collection data types that are needed by an efficient implementation of Noosphere's IPLD data structures" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -31,7 +31,7 @@ async-once-cell = "0.3" async-recursion = "^1" libipld-core = { workspace = true } libipld-cbor = { workspace = true } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } tokio = { version = "^1", features = ["sync", "io-util"] } tokio-stream = "~0.1" diff --git a/rust/noosphere-core/CHANGELOG.md b/rust/noosphere-core/CHANGELOG.md index 74a11d1bb..96de7a01a 100644 --- a/rust/noosphere-core/CHANGELOG.md +++ b/rust/noosphere-core/CHANGELOG.md @@ -5,6 +5,21 @@ * noosphere-storage bumped from 0.4.1 to 0.4.2 * noosphere-collections bumped from 0.3.1 to 0.3.2 +## [0.9.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.9.2...noosphere-core-v0.9.3) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-collections bumped from 0.5.1 to 0.5.2 + ## [0.9.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.9.1...noosphere-core-v0.9.2) (2023-04-19) diff --git a/rust/noosphere-core/Cargo.toml b/rust/noosphere-core/Cargo.toml index cb55c18dc..ff464c683 100644 --- a/rust/noosphere-core/Cargo.toml +++ b/rust/noosphere-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-core" -version = "0.9.2" +version = "0.9.3" edition = "2021" description = "Core data types of the Rust Noosphere implementation" keywords = ["hamt", "ipld", "noosphere", "p2p", "async"] @@ -45,8 +45,8 @@ tokio-stream = "~0.1" libipld-core = { workspace = true } libipld-cbor = { workspace = true } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-collections = { version = "0.5.1", path = "../noosphere-collections" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-collections = { version = "0.5.2", path = "../noosphere-collections" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-gateway/CHANGELOG.md b/rust/noosphere-gateway/CHANGELOG.md index 279290b39..052fcb62f 100644 --- a/rust/noosphere-gateway/CHANGELOG.md +++ b/rust/noosphere-gateway/CHANGELOG.md @@ -20,6 +20,27 @@ * noosphere-api bumped from 0.7.2 to 0.7.3 * noosphere bumped from 0.8.4 to 0.9.0 +## [0.3.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.3.4...noosphere-gateway-v0.3.5) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-car bumped from 0.1.0 to 0.1.1 + * noosphere-ipfs bumped from 0.3.3 to 0.3.4 + * noosphere-core bumped from 0.9.2 to 0.9.3 + * noosphere-ns bumped from 0.5.6 to 0.5.7 + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-sphere bumped from 0.4.0 to 0.4.1 + * noosphere-api bumped from 0.7.3 to 0.7.4 + * noosphere bumped from 0.9.0 to 0.9.1 + ## [0.3.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.3.0...noosphere-gateway-v0.3.1) (2023-04-10) diff --git a/rust/noosphere-gateway/Cargo.toml b/rust/noosphere-gateway/Cargo.toml index a0638278c..0f5955f14 100644 --- a/rust/noosphere-gateway/Cargo.toml +++ b/rust/noosphere-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-gateway" -version = "0.3.4" +version = "0.3.5" edition = "2021" description = "A geist on the network that enables user spheres to discover each other" keywords = ["http", "geist", "noosphere", "p2p", "ucan"] @@ -48,14 +48,14 @@ witty-phrase-generator = "~0.2" toml_edit = { version = "~0.15", features = [ "serde" ] } globset = "~0.4" -noosphere-car = { version = "0.1.0", path = "../noosphere-car" } -noosphere-ipfs = { version = "0.3.3", path = "../noosphere-ipfs" } -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } -noosphere-ns = { version = "0.5.6", path = "../noosphere-ns" } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-sphere = { version = "0.4.0", path = "../noosphere-sphere" } -noosphere-api = { version = "0.7.3", path = "../noosphere-api" } -noosphere = { version = "0.9.0", path = "../noosphere" } +noosphere-car = { version = "0.1.1", path = "../noosphere-car" } +noosphere-ipfs = { version = "0.3.4", path = "../noosphere-ipfs" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } +noosphere-ns = { version = "0.5.7", path = "../noosphere-ns" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-sphere = { version = "0.4.1", path = "../noosphere-sphere" } +noosphere-api = { version = "0.7.4", path = "../noosphere-api" } +noosphere = { version = "0.9.1", path = "../noosphere" } ucan = { workspace = true } ucan-key-support = { workspace = true } cid = { workspace = true } diff --git a/rust/noosphere-into/CHANGELOG.md b/rust/noosphere-into/CHANGELOG.md index 18fd940bf..e37c57d95 100644 --- a/rust/noosphere-into/CHANGELOG.md +++ b/rust/noosphere-into/CHANGELOG.md @@ -40,6 +40,24 @@ * dev-dependencies * noosphere-sphere bumped from 0.3.2 to 0.4.0 +## [0.7.4](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.7.3...noosphere-into-v0.7.4) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.9.2 to 0.9.3 + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-sphere bumped from 0.4.0 to 0.4.1 + * dev-dependencies + * noosphere-sphere bumped from 0.4.0 to 0.4.1 + ## [0.7.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.7.0...noosphere-into-v0.7.1) (2023-04-10) diff --git a/rust/noosphere-into/Cargo.toml b/rust/noosphere-into/Cargo.toml index 787efe62b..7e7899300 100644 --- a/rust/noosphere-into/Cargo.toml +++ b/rust/noosphere-into/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-into" -version = "0.7.3" +version = "0.7.4" edition = "2021" description = "Transformations of Noosphere content into various target formats" keywords = ["html", "ipld", "noosphere", "subtext", "transcode"] @@ -17,9 +17,9 @@ homepage = "https://github.com/subconsciousnetwork/noosphere" readme = "README.md" [dependencies] -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-sphere = { version = "0.4.0", path = "../noosphere-sphere" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-sphere = { version = "0.4.1", path = "../noosphere-sphere" } subtext = { version = "0.3.2", features = ["stream"] } async-trait = "~0.1" url = "2" @@ -45,7 +45,7 @@ ucan = { workspace = true } ucan-key-support = { workspace = true } [dev-dependencies] -noosphere-sphere = { version = "0.4.0", path = "../noosphere-sphere", features = ["helpers"] } +noosphere-sphere = { version = "0.4.1", path = "../noosphere-sphere", features = ["helpers"] } wasm-bindgen-test = "~0.3" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] diff --git a/rust/noosphere-ipfs/CHANGELOG.md b/rust/noosphere-ipfs/CHANGELOG.md index bcb480ea9..771808c04 100644 --- a/rust/noosphere-ipfs/CHANGELOG.md +++ b/rust/noosphere-ipfs/CHANGELOG.md @@ -12,6 +12,23 @@ * dev-dependencies * noosphere-core bumped from 0.9.1 to 0.9.2 +## [0.3.4](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.3.3...noosphere-ipfs-v0.3.4) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-car bumped from 0.1.0 to 0.1.1 + * dev-dependencies + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-core bumped from 0.9.2 to 0.9.3 + ## [0.3.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.3.1...noosphere-ipfs-v0.3.2) (2023-04-10) diff --git a/rust/noosphere-ipfs/Cargo.toml b/rust/noosphere-ipfs/Cargo.toml index 59653b46c..12ef8ff5a 100644 --- a/rust/noosphere-ipfs/Cargo.toml +++ b/rust/noosphere-ipfs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ipfs" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "An interface for an IPFS client." keywords = [ @@ -39,11 +39,11 @@ serde_json = "^1" tokio = { version = "^1", features = ["io-util"] } tracing = { workspace = true } url = { version = "^2", features = [ "serde" ] } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } ucan = { workspace = true, optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -noosphere-car = { version = "0.1.0", path = "../noosphere-car" } +noosphere-car = { version = "0.1.1", path = "../noosphere-car" } hyper = { version = "~0.14", features = ["full"] } hyper-multipart-rfc7578 = "~0.8" ipfs-api-prelude = "~0.5" @@ -53,5 +53,5 @@ ipfs-api-prelude = "~0.5" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] rand = "~0.8" libipld-cbor = { workspace = true } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } diff --git a/rust/noosphere-ns/CHANGELOG.md b/rust/noosphere-ns/CHANGELOG.md index 9552f7505..a6f0b7fab 100644 --- a/rust/noosphere-ns/CHANGELOG.md +++ b/rust/noosphere-ns/CHANGELOG.md @@ -38,6 +38,23 @@ * noosphere bumped from 0.8.4 to 0.9.0 * noosphere-ipfs bumped from 0.3.2 to 0.3.3 +## [0.5.7](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.5.6...noosphere-ns-v0.5.7) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-core bumped from 0.9.2 to 0.9.3 + * noosphere bumped from 0.9.0 to 0.9.1 + * noosphere-ipfs bumped from 0.3.3 to 0.3.4 + ## [0.5.4](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.5.3...noosphere-ns-v0.5.4) (2023-04-13) diff --git a/rust/noosphere-ns/Cargo.toml b/rust/noosphere-ns/Cargo.toml index 8bcb3dadc..41ae4fbbb 100644 --- a/rust/noosphere-ns/Cargo.toml +++ b/rust/noosphere-ns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-ns" -version = "0.5.6" +version = "0.5.7" edition = "2021" description = "A P2P name system for Noosphere" keywords = [ @@ -36,13 +36,13 @@ async-trait = "~0.1" ucan = { workspace = true } ucan-key-support = { workspace = true } tokio = { version = "1.15", features = ["io-util", "io-std", "sync", "macros", "rt", "rt-multi-thread"] } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } libp2p = { version = "0.51.3", default-features = false, features = [ "identify", "dns", "kad", "macros", "mplex", "noise", "serde", "tcp", "tokio", "yamux" ] } # noosphere_ns::bin -noosphere = { version = "0.9.0", path = "../noosphere", optional = true } -noosphere-ipfs = { version = "0.3.3", path = "../noosphere-ipfs", optional = true } +noosphere = { version = "0.9.1", path = "../noosphere", optional = true } +noosphere-ipfs = { version = "0.3.4", path = "../noosphere-ipfs", optional = true } clap = { version = "^4.1", features = ["derive"], optional = true } home = { version = "~0.5", optional = true } toml = { version = "~0.5", optional = true } diff --git a/rust/noosphere-sphere/CHANGELOG.md b/rust/noosphere-sphere/CHANGELOG.md index 06d79e59a..e3c835172 100644 --- a/rust/noosphere-sphere/CHANGELOG.md +++ b/rust/noosphere-sphere/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.4.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-sphere-v0.4.0...noosphere-sphere-v0.4.1) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-core bumped from 0.9.2 to 0.9.3 + * noosphere-storage bumped from 0.6.1 to 0.6.2 + * noosphere-api bumped from 0.7.3 to 0.7.4 + * noosphere-ipfs bumped from 0.3.3 to 0.3.4 + * noosphere-car bumped from 0.1.0 to 0.1.1 + ## [0.4.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-sphere-v0.3.2...noosphere-sphere-v0.4.0) (2023-04-19) diff --git a/rust/noosphere-sphere/Cargo.toml b/rust/noosphere-sphere/Cargo.toml index 993c3c410..64fbb9d26 100644 --- a/rust/noosphere-sphere/Cargo.toml +++ b/rust/noosphere-sphere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-sphere" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "High-level access to content, address books and other features of spheres" keywords = [] @@ -22,11 +22,11 @@ cid = { workspace = true } url = { version = "^2", features = ["serde"] } tracing = { workspace = true } -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-api = { version = "0.7.3", path = "../noosphere-api" } -noosphere-ipfs = { version = "0.3.3", path = "../noosphere-ipfs" } -noosphere-car = { version = "0.1.0", path = "../noosphere-car" } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-api = { version = "0.7.4", path = "../noosphere-api" } +noosphere-ipfs = { version = "0.3.4", path = "../noosphere-ipfs" } +noosphere-car = { version = "0.1.1", path = "../noosphere-car" } ucan = { workspace = true } ucan-key-support = { workspace = true } diff --git a/rust/noosphere-storage/CHANGELOG.md b/rust/noosphere-storage/CHANGELOG.md index 76e5fd25f..949c0d6c6 100644 --- a/rust/noosphere-storage/CHANGELOG.md +++ b/rust/noosphere-storage/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.6.1...noosphere-storage-v0.6.2) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + ## [0.6.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.6.0...noosphere-storage-v0.6.1) (2023-04-10) diff --git a/rust/noosphere-storage/Cargo.toml b/rust/noosphere-storage/Cargo.toml index 3bc84baf6..7c25b0ca7 100644 --- a/rust/noosphere-storage/Cargo.toml +++ b/rust/noosphere-storage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere-storage" -version = "0.6.1" +version = "0.6.2" edition = "2021" description = "Pluggable backing storage for the Rust Noosphere implementation" keywords = ["storage", "noosphere", "sled", "ipld", "indexeddb"] diff --git a/rust/noosphere/CHANGELOG.md b/rust/noosphere/CHANGELOG.md index 531ca3022..6872b1076 100644 --- a/rust/noosphere/CHANGELOG.md +++ b/rust/noosphere/CHANGELOG.md @@ -12,6 +12,20 @@ * dependencies * noosphere-into bumped from 0.6.0 to 0.7.0 +## [0.9.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.9.0...noosphere-v0.9.1) (2023-04-22) + + +### Features + +* Update IPLD-related dependencies ([#327](https://github.com/subconsciousnetwork/noosphere/issues/327)) ([5fdfadb](https://github.com/subconsciousnetwork/noosphere/commit/5fdfadb1656f9d6eef2dbbb8b00a598106bccf00)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * noosphere-into bumped from 0.7.3 to 0.7.4 + ## [0.9.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.8.4...noosphere-v0.9.0) (2023-04-19) diff --git a/rust/noosphere/Cargo.toml b/rust/noosphere/Cargo.toml index c50c29bd5..4e7901b80 100644 --- a/rust/noosphere/Cargo.toml +++ b/rust/noosphere/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noosphere" -version = "0.9.0" +version = "0.9.1" edition = "2021" description = "A high-level package for dealing with accessing the Noosphere" keywords = ["noosphere"] @@ -37,11 +37,11 @@ libipld-core = { workspace = true } libipld-cbor = { workspace = true } bytes = "^1" -noosphere-core = { version = "0.9.2", path = "../noosphere-core" } -noosphere-sphere = { version = "0.4.0", path = "../noosphere-sphere" } -noosphere-storage = { version = "0.6.1", path = "../noosphere-storage" } -noosphere-api = { version = "0.7.3", path = "../noosphere-api" } -noosphere-ipfs = { version = "0.3.3", path = "../noosphere-ipfs", optional = true } +noosphere-core = { version = "0.9.3", path = "../noosphere-core" } +noosphere-sphere = { version = "0.4.1", path = "../noosphere-sphere" } +noosphere-storage = { version = "0.6.2", path = "../noosphere-storage" } +noosphere-api = { version = "0.7.4", path = "../noosphere-api" } +noosphere-ipfs = { version = "0.3.4", path = "../noosphere-ipfs", optional = true } ucan = { workspace = true } ucan-key-support = { workspace = true } @@ -56,7 +56,7 @@ rexie = { version = "~0.4" } wasm-bindgen = "~0.2" wasm-bindgen-futures = "0.4.33" js-sys = "~0.3" -noosphere-into = { version = "0.7.3", path = "../noosphere-into" } +noosphere-into = { version = "0.7.4", path = "../noosphere-into" } [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "~0.3"