Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

chore: release main #674

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"rust/noosphere-cli": "0.15.2",
"rust/noosphere-collections": "0.6.5",
"rust/noosphere-core": "0.17.1",
"rust/noosphere-into": "0.11.2",
"rust/noosphere-ns": "0.11.2",
"rust/noosphere-storage": "0.9.1",
"rust/noosphere": "0.15.2",
"rust/noosphere-ipfs": "0.8.2",
"rust/noosphere-gateway": "0.10.1",
"rust/noosphere-common": "0.1.1"
"rust/noosphere-cli": "0.15.3",
"rust/noosphere-collections": "0.6.6",
"rust/noosphere-core": "0.17.2",
"rust/noosphere-into": "0.11.3",
"rust/noosphere-ns": "0.11.3",
"rust/noosphere-storage": "0.9.2",
"rust/noosphere": "0.15.3",
"rust/noosphere-ipfs": "0.8.3",
"rust/noosphere-gateway": "0.10.2",
"rust/noosphere-common": "0.1.2"
}
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions rust/noosphere-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,25 @@
* noosphere-ns bumped from 0.11.0 to 0.11.1
* noosphere bumped from 0.15.0 to 0.15.1

## [0.15.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.15.2...noosphere-cli-v0.15.3) (2023-10-12)


### Features

* Introduce `--storage-memory-cache-limit` ([#671](https://github.com/subconsciousnetwork/noosphere/issues/671)) ([9d44417](https://github.com/subconsciousnetwork/noosphere/commit/9d44417756b36a38518bdd28e34b4d3082956b36))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-ipfs bumped from 0.8.2 to 0.8.3
* noosphere-core bumped from 0.17.1 to 0.17.2
* noosphere-storage bumped from 0.9.1 to 0.9.2
* noosphere-gateway bumped from 0.10.1 to 0.10.2
* noosphere-ns bumped from 0.11.2 to 0.11.3
* noosphere bumped from 0.15.2 to 0.15.3

## [0.15.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.15.1...noosphere-cli-v0.15.2) (2023-10-06)


Expand Down
14 changes: 7 additions & 7 deletions rust/noosphere-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-cli"
version = "0.15.2"
version = "0.15.3"
edition = "2021"
description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol"
keywords = ["cli", "sync", "noosphere", "p2p", "ucan"]
Expand Down Expand Up @@ -46,12 +46,12 @@ mime_guess = "^2"
witty-phrase-generator = "~0.2"
globset = "~0.4"

noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.17.1", path = "../noosphere-core" }
noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" }
noosphere-gateway = { version = "0.10.1", path = "../noosphere-gateway" }
noosphere-ns = { version = "0.11.2", path = "../noosphere-ns", optional = true }
noosphere = { version = "0.15.2", path = "../noosphere" }
noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.17.2", path = "../noosphere-core" }
noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" }
noosphere-gateway = { version = "0.10.2", path = "../noosphere-gateway" }
noosphere-ns = { version = "0.11.3", path = "../noosphere-ns", optional = true }
noosphere = { version = "0.15.3", path = "../noosphere" }
ucan = { workspace = true }
ucan-key-support = { workspace = true }
cid = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions rust/noosphere-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
* dependencies
* noosphere-storage bumped from 0.8.1 to 0.9.0

* The following workspace dependencies were updated
* dependencies
* noosphere-storage bumped from 0.9.1 to 0.9.2

## [0.6.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.6.4...noosphere-collections-v0.6.5) (2023-10-06)


Expand Down
4 changes: 2 additions & 2 deletions rust/noosphere-collections/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-collections"
version = "0.6.5"
version = "0.6.6"
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"]
Expand All @@ -27,7 +27,7 @@ byteorder = "^1.4"
async-recursion = { workspace = true }
libipld-core = { workspace = true }
libipld-cbor = { workspace = true }
noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" }
noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" }
tokio = { workspace = true, features = ["sync", "io-util"] }

tokio-stream = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-common-v0.1.1...noosphere-common-v0.1.2) (2023-10-12)


### Features

* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98))

## [0.1.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-common-v0.1.0...noosphere-common-v0.1.1) (2023-10-06)


Expand Down
2 changes: 1 addition & 1 deletion rust/noosphere-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-common"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Common, generic utilities that are shared across other Noosphere packages"
keywords = ["noosphere"]
Expand Down
18 changes: 18 additions & 0 deletions rust/noosphere-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@
* noosphere-storage bumped from 0.7.0 to 0.7.1
* noosphere-collections bumped from 0.6.0 to 0.6.1

## [0.17.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.1...noosphere-core-v0.17.2) (2023-10-12)


### Features

* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-common bumped from 0.1.1 to 0.1.2
* noosphere-storage bumped from 0.9.1 to 0.9.2
* noosphere-collections bumped from 0.6.5 to 0.6.6
* dev-dependencies
* noosphere-common bumped from 0.1.1 to 0.1.2

## [0.17.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.17.0...noosphere-core-v0.17.1) (2023-10-06)


Expand Down
10 changes: 5 additions & 5 deletions rust/noosphere-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-core"
version = "0.17.1"
version = "0.17.2"
edition = "2021"
description = "Core data types of the Rust Noosphere implementation"
keywords = ["hamt", "ipld", "noosphere", "p2p", "async"]
Expand Down Expand Up @@ -58,9 +58,9 @@ strum = { workspace = true }
strum_macros = { workspace = true }
tokio-util = { workspace = true, features = ["io"] }

noosphere-common = { version = "0.1.1", path = "../noosphere-common" }
noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" }
noosphere-collections = { version = "0.6.5", path = "../noosphere-collections" }
noosphere-common = { version = "0.1.2", path = "../noosphere-common" }
noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" }
noosphere-collections = { version = "0.6.6", path = "../noosphere-collections" }

ucan = { workspace = true }
ucan-key-support = { workspace = true }
Expand All @@ -69,7 +69,7 @@ sentry-tracing = { workspace = true, optional = true }
[dev-dependencies]
wasm-bindgen-test = { workspace = true }
serde_bytes = "~0.11"
noosphere-common = { version = "0.1.1", path = "../noosphere-common", features = ["helpers"] }
noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { workspace = true, features = ["full"] }
Expand Down
21 changes: 21 additions & 0 deletions rust/noosphere-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,27 @@
* dependencies
* noosphere-ns bumped from 0.9.3 to 0.9.4

## [0.10.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.1...noosphere-gateway-v0.10.2) (2023-10-12)


### Features

* 3P replication fall-back and resilience ([#673](https://github.com/subconsciousnetwork/noosphere/issues/673)) ([08dcc3d](https://github.com/subconsciousnetwork/noosphere/commit/08dcc3d54768fdda6158b1087a32805a5c855e98))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-ipfs bumped from 0.8.2 to 0.8.3
* noosphere-core bumped from 0.17.1 to 0.17.2
* noosphere-ns bumped from 0.11.2 to 0.11.3
* noosphere-storage bumped from 0.9.1 to 0.9.2
* noosphere-common bumped from 0.1.1 to 0.1.2
* dev-dependencies
* noosphere-common bumped from 0.1.1 to 0.1.2
* noosphere-core bumped from 0.17.1 to 0.17.2

## [0.10.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.10.0...noosphere-gateway-v0.10.1) (2023-10-06)


Expand Down
16 changes: 8 additions & 8 deletions rust/noosphere-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-gateway"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
description = "A geist on the network that enables user spheres to discover each other"
keywords = ["http", "geist", "noosphere", "p2p", "ucan"]
Expand All @@ -23,8 +23,8 @@ tracing = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
reqwest = { workspace = true }
noosphere-common = { version = "0.1.1", path = "../noosphere-common", features = ["helpers"] }
noosphere-core = { version = "0.17.1", path = "../noosphere-core", features = ["helpers"] }
noosphere-common = { version = "0.1.2", path = "../noosphere-common", features = ["helpers"] }
noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
anyhow = { workspace = true }
Expand All @@ -46,11 +46,11 @@ async-stream = { workspace = true }
url = { workspace = true, features = ["serde"] }
mime_guess = "^2"

noosphere-ipfs = { version = "0.8.2", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.17.1", path = "../noosphere-core" }
noosphere-ns = { version = "0.11.2", path = "../noosphere-ns" }
noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" }
noosphere-common = { version = "0.1.1", path = "../noosphere-common" }
noosphere-ipfs = { version = "0.8.3", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.17.2", path = "../noosphere-core" }
noosphere-ns = { version = "0.11.3", path = "../noosphere-ns" }
noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" }
noosphere-common = { version = "0.1.2", path = "../noosphere-common" }
ucan = { workspace = true }
ucan-key-support = { workspace = true }
cid = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere-into/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@
* dev-dependencies
* noosphere-core bumped from 0.16.0 to 0.17.0

* The following workspace dependencies were updated
* dependencies
* noosphere-core bumped from 0.17.1 to 0.17.2
* noosphere-storage bumped from 0.9.1 to 0.9.2
* dev-dependencies
* noosphere-core bumped from 0.17.1 to 0.17.2

## [0.11.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.11.1...noosphere-into-v0.11.2) (2023-10-06)


Expand Down
8 changes: 4 additions & 4 deletions rust/noosphere-into/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-into"
version = "0.11.2"
version = "0.11.3"
edition = "2021"
description = "Transformations of Noosphere content into various target formats"
keywords = ["html", "ipld", "noosphere", "subtext", "transcode"]
Expand All @@ -17,8 +17,8 @@ homepage = "https://github.com/subconsciousnetwork/noosphere"
readme = "README.md"

[dependencies]
noosphere-core = { version = "0.17.1", path = "../noosphere-core" }
noosphere-storage = { version = "0.9.1", path = "../noosphere-storage" }
noosphere-core = { version = "0.17.2", path = "../noosphere-core" }
noosphere-storage = { version = "0.9.2", path = "../noosphere-storage" }
subtext = { version = "0.3.2", features = ["stream"] }
async-trait = "~0.1"
url = { workspace = true }
Expand All @@ -43,7 +43,7 @@ ucan = { workspace = true }
ucan-key-support = { workspace = true }

[dev-dependencies]
noosphere-core = { version = "0.17.1", path = "../noosphere-core", features = ["helpers"] }
noosphere-core = { version = "0.17.2", path = "../noosphere-core", features = ["helpers"] }
wasm-bindgen-test = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
Expand Down
Loading