Skip to content

Commit

Permalink
Merge remote-tracking branch 'cdata/main' into cdata-main
Browse files Browse the repository at this point in the history
  • Loading branch information
cdata committed Dec 17, 2022
2 parents 0952ad1 + 06e56e6 commit 5f035ee
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions rust/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"rust/noosphere-api": "0.7.0",
"rust/noosphere-cli": "0.9.4",
"rust/noosphere-cli": "0.9.5",
"rust/noosphere-collections": "0.5.0",
"rust/noosphere-core": "0.6.1",
"rust/noosphere-into": "0.5.1",
"rust/noosphere-ns": "0.5.4",
"rust/noosphere-ns": "0.5.5",
"rust/noosphere-storage": "0.5.0",
"rust/noosphere-fs": "0.5.1",
"rust/noosphere": "0.19.0"
"rust/noosphere": "0.20.0"
}
4 changes: 4 additions & 0 deletions rust/noosphere-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
* dependencies
* noosphere bumped from 0.18.0 to 0.19.0

* The following workspace dependencies were updated
* dependencies
* noosphere bumped from 0.19.0 to 0.20.0

## [0.9.0](https://github.com/cdata/noosphere/compare/noosphere-cli-v0.8.7...noosphere-cli-v0.9.0) (2022-12-16)


Expand Down
4 changes: 2 additions & 2 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.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"]
Expand Down Expand Up @@ -60,7 +60,7 @@ noosphere-core = { version = "0.6.1", path = "../noosphere-core" }
noosphere-fs = { version = "0.5.1", path = "../noosphere-fs" }
noosphere-storage = { version = "0.5.0", path = "../noosphere-storage" }
noosphere-api = { version = "0.7.0", path = "../noosphere-api" }
noosphere = { version = "0.19.0", path = "../noosphere" }
noosphere = { version = "0.20.0", path = "../noosphere" }
ucan = { version = "0.1.0" }
ucan-key-support = { version = "0.1.0" }
cid = "~0.9"
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 @@ -58,6 +58,10 @@
* dependencies
* noosphere bumped from 0.18.0 to 0.19.0

* The following workspace dependencies were updated
* dependencies
* noosphere bumped from 0.19.0 to 0.20.0

## [0.5.0](https://github.com/cdata/noosphere/compare/noosphere-ns-v0.4.8...noosphere-ns-v0.5.0) (2022-12-16)


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.5.4"
version = "0.5.5"
edition = "2021"
description = "A P2P name system for Noosphere"
keywords = [
Expand Down Expand Up @@ -38,7 +38,7 @@ tokio = { version = "1.15", features = ["io-util", "io-std", "sync", "macros", "
libp2p = { version = "0.49.0", default-features = false, features = [ "identify", "dns", "tcp", "tokio", "noise", "mplex", "yamux", "kad" ] }
noosphere-storage = { version = "0.5.0", path = "../noosphere-storage" }
noosphere-core = { version = "0.6.1", path = "../noosphere-core" }
noosphere = { version = "0.19.0", path = "../noosphere", optional = true }
noosphere = { version = "0.20.0", path = "../noosphere", optional = true }
clap = { version = "^4", features = ["derive"], optional = true }
home = { version = "~0.5", optional = true }
toml = { version = "~0.5", optional = true }
Expand Down
11 changes: 11 additions & 0 deletions rust/noosphere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.20.0](https://github.com/cdata/noosphere/compare/noosphere-v0.19.0...noosphere-v0.20.0) (2022-12-17)


### ⚠ BREAKING CHANGES

* Bjork

### Features

* Bjork ([85bae9e](https://github.com/cdata/noosphere/commit/85bae9e939285a278d3ae859f48fac4a9a45f8ce))

## [0.19.0](https://github.com/cdata/noosphere/compare/noosphere-v0.18.0...noosphere-v0.19.0) (2022-12-17)


Expand Down
2 changes: 1 addition & 1 deletion rust/noosphere/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere"
version = "0.19.0"
version = "0.20.0"
edition = "2021"
description = "A high-level package for dealing with accessing the Noosphere"
keywords = ["noosphere"]
Expand Down

0 comments on commit 5f035ee

Please sign in to comment.