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 Jun 13, 2023
1 parent 77920be commit 4bd9e4e
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 29 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"rust/noosphere-api": "0.8.1",
"rust/noosphere-cli": "0.11.1",
"rust/noosphere-cli": "0.11.2",
"rust/noosphere-collections": "0.6.0",
"rust/noosphere-core": "0.12.1",
"rust/noosphere-into": "0.9.1",
"rust/noosphere-ns": "0.8.1",
"rust/noosphere-into": "0.9.2",
"rust/noosphere-ns": "0.8.2",
"rust/noosphere-storage": "0.7.0",
"rust/noosphere": "0.11.1",
"rust/noosphere": "0.11.2",
"rust/noosphere-ipfs": "0.5.1",
"rust/noosphere-gateway": "0.5.1",
"rust/noosphere-sphere": "0.6.1",
"rust/noosphere-gateway": "0.5.2",
"rust/noosphere-sphere": "0.6.2",
"rust/noosphere-car": "0.2.0"
}
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions rust/noosphere-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@
* dev-dependencies
* noosphere-ns bumped from 0.7.1 to 0.7.2

* The following workspace dependencies were updated
* dependencies
* noosphere-sphere bumped from 0.6.1 to 0.6.2
* noosphere-gateway bumped from 0.5.1 to 0.5.2
* noosphere bumped from 0.11.1 to 0.11.2
* dev-dependencies
* noosphere-ns bumped from 0.8.1 to 0.8.2

## [0.11.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.11.0...noosphere-cli-v0.11.1) (2023-06-09)


Expand Down
10 changes: 5 additions & 5 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.11.1"
version = "0.11.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 @@ -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.8.1", path = "../noosphere-ns" }
noosphere-ns = { version = "0.8.2", path = "../noosphere-ns" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tempfile = { workspace = true }
Expand All @@ -48,11 +48,11 @@ globset = "~0.4"

noosphere-ipfs = { version = "0.5.1", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.12.1", path = "../noosphere-core" }
noosphere-sphere = { version = "0.6.1", path = "../noosphere-sphere" }
noosphere-sphere = { version = "0.6.2", path = "../noosphere-sphere" }
noosphere-storage = { version = "0.7.0", path = "../noosphere-storage" }
noosphere-api = { version = "0.8.1", path = "../noosphere-api" }
noosphere-gateway = { version = "0.5.1", path = "../noosphere-gateway" }
noosphere = { version = "0.11.1", path = "../noosphere" }
noosphere-gateway = { version = "0.5.2", path = "../noosphere-gateway" }
noosphere = { version = "0.11.2", path = "../noosphere" }
ucan = { workspace = true }
ucan-key-support = { workspace = true }
cid = { workspace = true }
Expand Down
15 changes: 15 additions & 0 deletions rust/noosphere-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@
* noosphere-ns bumped from 0.7.1 to 0.7.2
* noosphere bumped from 0.10.10 to 0.10.11

## [0.5.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.5.1...noosphere-gateway-v0.5.2) (2023-06-13)


### Features

* re-enable checking of publishable timeframe when publishing link records from the gateway. ([#416](https://github.com/subconsciousnetwork/noosphere/issues/416)) ([5f2d8b0](https://github.com/subconsciousnetwork/noosphere/commit/5f2d8b0431a315f52fe276eff11ba2b1d6e209f3))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* noosphere-ns bumped from 0.8.1 to 0.8.2
* noosphere-sphere bumped from 0.6.1 to 0.6.2

## [0.5.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.5.0...noosphere-gateway-v0.5.1) (2023-06-09)


Expand Down
6 changes: 3 additions & 3 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.5.1"
version = "0.5.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 @@ -41,9 +41,9 @@ mime_guess = "^2"
noosphere-car = { version = "0.2.0", path = "../noosphere-car" }
noosphere-ipfs = { version = "0.5.1", path = "../noosphere-ipfs" }
noosphere-core = { version = "0.12.1", path = "../noosphere-core" }
noosphere-ns = { version = "0.8.1", path = "../noosphere-ns" }
noosphere-ns = { version = "0.8.2", path = "../noosphere-ns" }
noosphere-storage = { version = "0.7.0", path = "../noosphere-storage" }
noosphere-sphere = { version = "0.6.1", path = "../noosphere-sphere" }
noosphere-sphere = { version = "0.6.2", path = "../noosphere-sphere" }
noosphere-api = { version = "0.8.1", path = "../noosphere-api" }
ucan = { workspace = true }
ucan-key-support = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions rust/noosphere-into/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
* dev-dependencies
* noosphere-sphere bumped from 0.6.0 to 0.6.1

* The following workspace dependencies were updated
* dependencies
* noosphere-sphere bumped from 0.6.1 to 0.6.2
* dev-dependencies
* noosphere-sphere bumped from 0.6.1 to 0.6.2

## [0.9.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.8.9...noosphere-into-v0.9.0) (2023-06-08)


Expand Down
6 changes: 3 additions & 3 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.9.1"
version = "0.9.2"
edition = "2021"
description = "Transformations of Noosphere content into various target formats"
keywords = ["html", "ipld", "noosphere", "subtext", "transcode"]
Expand All @@ -19,7 +19,7 @@ readme = "README.md"
[dependencies]
noosphere-core = { version = "0.12.1", path = "../noosphere-core" }
noosphere-storage = { version = "0.7.0", path = "../noosphere-storage" }
noosphere-sphere = { version = "0.6.1", path = "../noosphere-sphere" }
noosphere-sphere = { version = "0.6.2", path = "../noosphere-sphere" }
subtext = { version = "0.3.2", features = ["stream"] }
async-trait = "~0.1"
url = "2"
Expand All @@ -45,7 +45,7 @@ ucan = { workspace = true }
ucan-key-support = { workspace = true }

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

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
Expand Down
4 changes: 4 additions & 0 deletions rust/noosphere-ns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
* dependencies
* noosphere bumped from 0.10.10 to 0.10.11

* The following workspace dependencies were updated
* dependencies
* noosphere bumped from 0.11.1 to 0.11.2

## [0.8.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.8.0...noosphere-ns-v0.8.1) (2023-06-09)


Expand Down
4 changes: 2 additions & 2 deletions rust/noosphere-ns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-ns"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
description = "A P2P name system for Noosphere"
keywords = [
Expand Down Expand Up @@ -42,7 +42,7 @@ libp2p = { version = "0.51.3", default-features = false, features = [ "ed25519",
void = { workspace = true }

# noosphere_ns::bin
noosphere = { version = "0.11.1", path = "../noosphere", optional = true }
noosphere = { version = "0.11.2", path = "../noosphere", optional = true }
noosphere-ipfs = { version = "0.5.1", path = "../noosphere-ipfs", optional = true }
clap = { version = "^4.1", features = ["derive"], optional = true }
home = { version = "~0.5", optional = true }
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere-sphere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
* noosphere-ipfs bumped from 0.4.3 to 0.4.4
* noosphere-car bumped from 0.1.1 to 0.1.2

## [0.6.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-sphere-v0.6.1...noosphere-sphere-v0.6.2) (2023-06-13)


### Bug Fixes

* Disallow "did:" as petnames, adding self to address book ([#387](https://github.com/subconsciousnetwork/noosphere/issues/387)) ([77920be](https://github.com/subconsciousnetwork/noosphere/commit/77920be9dfdf0983de920394617a58c2395ad506))

## [0.6.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-sphere-v0.6.0...noosphere-sphere-v0.6.1) (2023-06-09)


Expand Down
2 changes: 1 addition & 1 deletion rust/noosphere-sphere/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-sphere"
version = "0.6.1"
version = "0.6.2"
edition = "2021"
description = "High-level access to content, address books and other features of spheres"
keywords = []
Expand Down
5 changes: 5 additions & 0 deletions rust/noosphere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
* noosphere-ipfs bumped from 0.5.0 to 0.5.1
* noosphere-into bumped from 0.9.0 to 0.9.1

* The following workspace dependencies were updated
* dependencies
* noosphere-sphere bumped from 0.6.1 to 0.6.2
* noosphere-into bumped from 0.9.1 to 0.9.2

## [0.11.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.10.11...noosphere-v0.11.0) (2023-06-08)


Expand Down
6 changes: 3 additions & 3 deletions rust/noosphere/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
description = "A high-level package for dealing with accessing the Noosphere"
keywords = ["noosphere"]
Expand Down Expand Up @@ -38,7 +38,7 @@ libipld-cbor = { workspace = true }
bytes = "^1"

noosphere-core = { version = "0.12.1", path = "../noosphere-core" }
noosphere-sphere = { version = "0.6.1", path = "../noosphere-sphere" }
noosphere-sphere = { version = "0.6.2", path = "../noosphere-sphere" }
noosphere-storage = { version = "0.7.0", path = "../noosphere-storage" }
noosphere-api = { version = "0.8.1", path = "../noosphere-api" }
noosphere-ipfs = { version = "0.5.1", path = "../noosphere-ipfs", optional = true }
Expand All @@ -56,7 +56,7 @@ rexie = { version = "~0.4" }
wasm-bindgen = { workspace = true }
wasm-bindgen-futures = { workspace = true }
js-sys = { workspace = true }
noosphere-into = { version = "0.9.1", path = "../noosphere-into" }
noosphere-into = { version = "0.9.2", path = "../noosphere-into" }

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "~0.3"
Expand Down

0 comments on commit 4bd9e4e

Please sign in to comment.