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

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 29, 2023
1 parent 56b744e commit 7e1c738
Show file tree
Hide file tree
Showing 20 changed files with 187 additions and 53 deletions.
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"rust/noosphere-api": "0.12.2",
"rust/noosphere-cli": "0.14.1",
"rust/noosphere-cli": "0.14.2",
"rust/noosphere-collections": "0.6.3",
"rust/noosphere-core": "0.15.1",
"rust/noosphere-core": "0.15.2",
"rust/noosphere-into": "0.10.6",
"rust/noosphere-ns": "0.10.1",
"rust/noosphere-ns": "0.10.2",
"rust/noosphere-storage": "0.8.1",
"rust/noosphere": "0.14.1",
"rust/noosphere-ipfs": "0.7.3",
"rust/noosphere-gateway": "0.8.1",
"rust/noosphere-sphere": "0.10.1"
"rust/noosphere": "0.14.2",
"rust/noosphere-ipfs": "0.7.4",
"rust/noosphere-gateway": "0.8.2",
"rust/noosphere-sphere": "0.10.2"
}
18 changes: 9 additions & 9 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions rust/noosphere-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
* noosphere-core bumped from 0.13.0 to 0.13.1
* noosphere-storage bumped from 0.7.0 to 0.7.1

* The following workspace dependencies were updated
* dependencies
* noosphere-core bumped from 0.15.1 to 0.15.2

## [0.12.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-api-v0.12.0...noosphere-api-v0.12.1) (2023-08-10)


Expand Down
4 changes: 2 additions & 2 deletions rust/noosphere-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-api"
version = "0.12.1"
version = "0.12.2"
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"]
Expand All @@ -26,7 +26,7 @@ url = { workspace = true }
serde = { workspace = true }
serde_urlencoded = "~0.7"
tracing = { workspace = true }
noosphere-core = { version = "0.15.1", path = "../noosphere-core" }
noosphere-core = { version = "0.15.2", path = "../noosphere-core" }
noosphere-storage = { version = "0.8.1", path = "../noosphere-storage" }
iroh-car = { workspace = true }
reqwest = { version = "0.11.15", default-features = false, features = ["json", "rustls-tls", "stream"] }
Expand Down
22 changes: 22 additions & 0 deletions rust/noosphere-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,28 @@
* dev-dependencies
* noosphere-ns bumped from 0.9.3 to 0.9.4

## [0.14.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.14.1...noosphere-cli-v0.14.2) (2023-08-29)


### Bug Fixes

* Better handling of removed content in `orb` ([#588](https://github.com/subconsciousnetwork/noosphere/issues/588)) ([b811e68](https://github.com/subconsciousnetwork/noosphere/commit/b811e6891aec648d9a856adaeda86335ae94cacb))
* Increase allowed request body payload size ([#608](https://github.com/subconsciousnetwork/noosphere/issues/608)) ([da83f38](https://github.com/subconsciousnetwork/noosphere/commit/da83f3894d47d606bd148b72db83414a92688cf4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-ipfs bumped from 0.7.3 to 0.7.4
* noosphere-core bumped from 0.15.1 to 0.15.2
* noosphere-sphere bumped from 0.10.1 to 0.10.2
* noosphere-api bumped from 0.12.1 to 0.12.2
* noosphere-gateway bumped from 0.8.1 to 0.8.2
* noosphere bumped from 0.14.1 to 0.14.2
* dev-dependencies
* noosphere-ns bumped from 0.10.1 to 0.10.2

## [0.14.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.14.0...noosphere-cli-v0.14.1) (2023-08-10)


Expand Down
16 changes: 8 additions & 8 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.14.1"
version = "0.14.2"
edition = "2021"
description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol"
keywords = ["cli", "sync", "noosphere", "p2p", "ucan"]
Expand All @@ -24,7 +24,7 @@ test_kubo = []
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tracing-subscriber = { workspace = true }
reqwest = { version = "~0.11", default-features = false, features = ["json", "rustls-tls", "stream"] }
noosphere-ns = { version = "0.10.1", path = "../noosphere-ns" }
noosphere-ns = { version = "0.10.2", path = "../noosphere-ns" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tempfile = { workspace = true }
Expand All @@ -45,13 +45,13 @@ mime_guess = "^2"
witty-phrase-generator = "~0.2"
globset = "~0.4"

noosphere-ipfs = { version = "0.7.3", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.15.1", path = "../noosphere-core" }
noosphere-sphere = { version = "0.10.1", path = "../noosphere-sphere" }
noosphere-ipfs = { version = "0.7.4", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.15.2", path = "../noosphere-core" }
noosphere-sphere = { version = "0.10.2", path = "../noosphere-sphere" }
noosphere-storage = { version = "0.8.1", path = "../noosphere-storage" }
noosphere-api = { version = "0.12.1", path = "../noosphere-api" }
noosphere-gateway = { version = "0.8.1", path = "../noosphere-gateway" }
noosphere = { version = "0.14.1", path = "../noosphere" }
noosphere-api = { version = "0.12.2", path = "../noosphere-api" }
noosphere-gateway = { version = "0.8.2", path = "../noosphere-gateway" }
noosphere = { version = "0.14.2", path = "../noosphere" }
ucan = { workspace = true }
ucan-key-support = { workspace = true }
cid = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
* noosphere-storage bumped from 0.7.0 to 0.7.1
* noosphere-collections bumped from 0.6.0 to 0.6.1

## [0.15.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.15.1...noosphere-core-v0.15.2) (2023-08-29)


### Features

* Ensure adopted link records are fresher than previous entries. Fixes [#258](https://github.com/subconsciousnetwork/noosphere/issues/258), fixes [#562](https://github.com/subconsciousnetwork/noosphere/issues/562) ([#578](https://github.com/subconsciousnetwork/noosphere/issues/578)) ([36e42fb](https://github.com/subconsciousnetwork/noosphere/commit/36e42fb03424858e7731d10ad0a0cf89826b1354))

## [0.15.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.15.0...noosphere-core-v0.15.1) (2023-08-10)


Expand Down
2 changes: 1 addition & 1 deletion 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.15.1"
version = "0.15.2"
edition = "2021"
description = "Core data types of the Rust Noosphere implementation"
keywords = ["hamt", "ipld", "noosphere", "p2p", "async"]
Expand Down
23 changes: 23 additions & 0 deletions rust/noosphere-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,29 @@
* dependencies
* noosphere-ns bumped from 0.9.3 to 0.9.4

## [0.8.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.8.1...noosphere-gateway-v0.8.2) (2023-08-29)


### Features

* Ensure adopted link records are fresher than previous entries. Fixes [#258](https://github.com/subconsciousnetwork/noosphere/issues/258), fixes [#562](https://github.com/subconsciousnetwork/noosphere/issues/562) ([#578](https://github.com/subconsciousnetwork/noosphere/issues/578)) ([36e42fb](https://github.com/subconsciousnetwork/noosphere/commit/36e42fb03424858e7731d10ad0a0cf89826b1354))


### Bug Fixes

* Increase allowed request body payload size ([#608](https://github.com/subconsciousnetwork/noosphere/issues/608)) ([da83f38](https://github.com/subconsciousnetwork/noosphere/commit/da83f3894d47d606bd148b72db83414a92688cf4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-ipfs bumped from 0.7.3 to 0.7.4
* noosphere-core bumped from 0.15.1 to 0.15.2
* noosphere-ns bumped from 0.10.1 to 0.10.2
* noosphere-sphere bumped from 0.10.1 to 0.10.2
* noosphere-api bumped from 0.12.1 to 0.12.2

## [0.8.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.8.0...noosphere-gateway-v0.8.1) (2023-08-10)


Expand Down
12 changes: 6 additions & 6 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.8.1"
version = "0.8.2"
edition = "2021"
description = "A geist on the network that enables user spheres to discover each other"
keywords = ["http", "geist", "noosphere", "p2p", "ucan"]
Expand Down Expand Up @@ -39,12 +39,12 @@ wnfs-namefilter = { version = "0.1.21" }
url = { workspace = true, features = ["serde"] }
mime_guess = "^2"

noosphere-ipfs = { version = "0.7.3", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.15.1", path = "../noosphere-core" }
noosphere-ns = { version = "0.10.1", path = "../noosphere-ns" }
noosphere-ipfs = { version = "0.7.4", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.15.2", path = "../noosphere-core" }
noosphere-ns = { version = "0.10.2", path = "../noosphere-ns" }
noosphere-storage = { version = "0.8.1", path = "../noosphere-storage" }
noosphere-sphere = { version = "0.10.1", path = "../noosphere-sphere" }
noosphere-api = { version = "0.12.1", path = "../noosphere-api" }
noosphere-sphere = { version = "0.10.2", path = "../noosphere-sphere" }
noosphere-api = { version = "0.12.2", path = "../noosphere-api" }
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 @@ -135,6 +135,13 @@
* dev-dependencies
* noosphere-sphere bumped from 0.9.0 to 0.10.0

* The following workspace dependencies were updated
* dependencies
* noosphere-core bumped from 0.15.1 to 0.15.2
* noosphere-sphere bumped from 0.10.1 to 0.10.2
* dev-dependencies
* noosphere-sphere bumped from 0.10.1 to 0.10.2

## [0.10.5](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.10.4...noosphere-into-v0.10.5) (2023-08-10)


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.10.5"
version = "0.10.6"
edition = "2021"
description = "Transformations of Noosphere content into various target formats"
keywords = ["html", "ipld", "noosphere", "subtext", "transcode"]
Expand All @@ -17,9 +17,9 @@ homepage = "https://github.com/subconsciousnetwork/noosphere"
readme = "README.md"

[dependencies]
noosphere-core = { version = "0.15.1", path = "../noosphere-core" }
noosphere-core = { version = "0.15.2", path = "../noosphere-core" }
noosphere-storage = { version = "0.8.1", path = "../noosphere-storage" }
noosphere-sphere = { version = "0.10.1", path = "../noosphere-sphere" }
noosphere-sphere = { version = "0.10.2", path = "../noosphere-sphere" }
subtext = { version = "0.3.2", features = ["stream"] }
async-trait = "~0.1"
url = { workspace = true }
Expand All @@ -44,7 +44,7 @@ ucan = { workspace = true }
ucan-key-support = { workspace = true }

[dev-dependencies]
noosphere-sphere = { version = "0.10.1", path = "../noosphere-sphere", features = ["helpers"] }
noosphere-sphere = { version = "0.10.2", path = "../noosphere-sphere", features = ["helpers"] }
wasm-bindgen-test = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
Expand Down
15 changes: 15 additions & 0 deletions rust/noosphere-ipfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@
* noosphere-storage bumped from 0.7.1 to 0.8.0
* noosphere-core bumped from 0.14.0 to 0.15.0

## [0.7.4](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.7.3...noosphere-ipfs-v0.7.4) (2023-08-29)


### Bug Fixes

* Better handling of removed content in `orb` ([#588](https://github.com/subconsciousnetwork/noosphere/issues/588)) ([b811e68](https://github.com/subconsciousnetwork/noosphere/commit/b811e6891aec648d9a856adaeda86335ae94cacb))
* Increase allowed request body payload size ([#608](https://github.com/subconsciousnetwork/noosphere/issues/608)) ([da83f38](https://github.com/subconsciousnetwork/noosphere/commit/da83f3894d47d606bd148b72db83414a92688cf4))


### Dependencies

* The following workspace dependencies were updated
* dev-dependencies
* noosphere-core bumped from 0.15.1 to 0.15.2

## [0.7.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.7.2...noosphere-ipfs-v0.7.3) (2023-08-10)


Expand Down
4 changes: 2 additions & 2 deletions rust/noosphere-ipfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-ipfs"
version = "0.7.3"
version = "0.7.4"
edition = "2021"
description = "An interface for an IPFS client."
keywords = [
Expand Down Expand Up @@ -53,4 +53,4 @@ ipfs-api-prelude = "0.6"
rand = { workspace = true }
iroh-car = { workspace = true }
libipld-cbor = { workspace = true }
noosphere-core = { version = "0.15.1", path = "../noosphere-core" }
noosphere-core = { version = "0.15.2", path = "../noosphere-core" }
16 changes: 16 additions & 0 deletions rust/noosphere-ns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,22 @@
* dependencies
* noosphere bumped from 0.13.0 to 0.13.1

## [0.10.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.10.1...noosphere-ns-v0.10.2) (2023-08-29)


### Bug Fixes

* Increase allowed request body payload size ([#608](https://github.com/subconsciousnetwork/noosphere/issues/608)) ([da83f38](https://github.com/subconsciousnetwork/noosphere/commit/da83f3894d47d606bd148b72db83414a92688cf4))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-core bumped from 0.15.1 to 0.15.2
* noosphere bumped from 0.14.1 to 0.14.2
* noosphere-ipfs bumped from 0.7.3 to 0.7.4

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


Expand Down
Loading

0 comments on commit 7e1c738

Please sign in to comment.