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

chore: release main #843

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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,13 +1,13 @@
{
"rust/noosphere-cli": "0.17.0",
"rust/noosphere-collections": "0.7.1",
"rust/noosphere-core": "0.18.1",
"rust/noosphere-into": "0.11.6",
"rust/noosphere-ns": "0.12.0",
"rust/noosphere-storage": "0.10.1",
"rust/noosphere": "0.16.1",
"rust/noosphere-ipfs": "0.8.6",
"rust/noosphere-gateway": "0.12.0",
"rust/noosphere-cli": "0.17.1",
"rust/noosphere-collections": "0.7.2",
"rust/noosphere-core": "0.18.2",
"rust/noosphere-into": "0.11.7",
"rust/noosphere-ns": "0.12.1",
"rust/noosphere-storage": "0.10.2",
"rust/noosphere": "0.16.2",
"rust/noosphere-ipfs": "0.8.7",
"rust/noosphere-gateway": "0.12.1",
"rust/noosphere-common": "0.1.2",
"rust/noosphere-ucan": "0.4.0"
"rust/noosphere-ucan": "0.4.1"
}
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.

7 changes: 7 additions & 0 deletions rust/noosphere-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@
* noosphere-ns bumped from 0.11.3 to 0.11.4
* noosphere bumped from 0.15.3 to 0.15.4

## [0.17.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.17.0...noosphere-cli-v0.17.1) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))

## [0.17.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.16.0...noosphere-cli-v0.17.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion 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.17.0"
version = "0.17.1"
edition = "2021"
description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol"
keywords = ["cli", "sync", "noosphere", "p2p", "ucan"]
Expand Down
2 changes: 2 additions & 0 deletions rust/noosphere-collections/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
* dependencies
* noosphere-storage bumped from 0.10.0 to 0.10.1



## [0.7.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-collections-v0.6.7...noosphere-collections-v0.7.0) (2023-11-21)


Expand Down
2 changes: 1 addition & 1 deletion 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.7.1"
version = "0.7.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"]
Expand Down
12 changes: 12 additions & 0 deletions rust/noosphere-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
* noosphere-storage bumped from 0.7.0 to 0.7.1
* noosphere-collections bumped from 0.6.0 to 0.6.1

## [0.18.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.18.1...noosphere-core-v0.18.2) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))


### Bug Fixes

* some fixes for downstream cloud hosting work: ([#850](https://github.com/subconsciousnetwork/noosphere/issues/850)) ([2525625](https://github.com/subconsciousnetwork/noosphere/commit/2525625c3239f8886bbbd2a713bb9fde08fc693e))

## [0.18.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.18.0...noosphere-core-v0.18.1) (2024-01-30)


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

## [0.12.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.12.0...noosphere-gateway-v0.12.1) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))


### Bug Fixes

* some fixes for downstream cloud hosting work: ([#850](https://github.com/subconsciousnetwork/noosphere/issues/850)) ([2525625](https://github.com/subconsciousnetwork/noosphere/commit/2525625c3239f8886bbbd2a713bb9fde08fc693e))

## [0.12.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-gateway-v0.11.0...noosphere-gateway-v0.12.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion 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.12.0"
version = "0.12.1"
edition = "2021"
description = "A geist on the network that enables user spheres to discover each other"
keywords = ["http", "geist", "noosphere", "p2p", "ucan"]
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 @@ -176,6 +176,13 @@
* dev-dependencies
* noosphere-core bumped from 0.18.0 to 0.18.1

## [0.11.7](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-into-v0.11.6...noosphere-into-v0.11.7) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))

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


Expand Down
2 changes: 1 addition & 1 deletion 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.6"
version = "0.11.7"
edition = "2021"
description = "Transformations of Noosphere content into various target formats"
keywords = ["html", "ipld", "noosphere", "subtext", "transcode"]
Expand Down
2 changes: 2 additions & 0 deletions rust/noosphere-ipfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
* dev-dependencies
* noosphere-core bumped from 0.18.0 to 0.18.1



## [0.8.3](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ipfs-v0.8.2...noosphere-ipfs-v0.8.3) (2023-10-12)


Expand Down
2 changes: 1 addition & 1 deletion 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.8.6"
version = "0.8.7"
edition = "2021"
description = "An interface for an IPFS client."
keywords = [
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere-ns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@
* noosphere bumped from 0.15.3 to 0.15.4
* noosphere-ipfs bumped from 0.8.3 to 0.8.4

## [0.12.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.12.0...noosphere-ns-v0.12.1) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))

## [0.12.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.11.5...noosphere-ns-v0.12.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion 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.12.0"
version = "0.12.1"
edition = "2021"
description = "A P2P name system for Noosphere"
keywords = [
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.10.1...noosphere-storage-v0.10.2) (2024-04-22)


### Bug Fixes

* some fixes for downstream cloud hosting work: ([#850](https://github.com/subconsciousnetwork/noosphere/issues/850)) ([2525625](https://github.com/subconsciousnetwork/noosphere/commit/2525625c3239f8886bbbd2a713bb9fde08fc693e))

## [0.10.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.10.0...noosphere-storage-v0.10.1) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion rust/noosphere-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-storage"
version = "0.10.1"
version = "0.10.2"
edition = "2021"
description = "Pluggable backing storage for the Rust Noosphere implementation"
keywords = ["storage", "noosphere", "sled", "ipld", "indexeddb"]
Expand Down
13 changes: 13 additions & 0 deletions rust/noosphere-ucan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.4.1](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ucan-v0.4.0...noosphere-ucan-v0.4.1) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))


### Bug Fixes

* some fixes for downstream cloud hosting work: ([#850](https://github.com/subconsciousnetwork/noosphere/issues/850)) ([2525625](https://github.com/subconsciousnetwork/noosphere/commit/2525625c3239f8886bbbd2a713bb9fde08fc693e))
2 changes: 1 addition & 1 deletion rust/noosphere-ucan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noosphere-ucan"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "Implement UCAN-based authorization with conciseness and ease!"
keywords = ["ucan", "authz", "jwt", "pki"]
Expand Down
7 changes: 7 additions & 0 deletions rust/noosphere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@
* dev-dependencies
* noosphere-core bumped from 0.18.0 to 0.18.1

## [0.16.2](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.16.1...noosphere-v0.16.2) (2024-04-22)


### Features

* Move "noosphere-ucan-key-support" features into "noosphere-ucan" under feature flags, replace ed25519-zebra with ed25519-dalek. ([#840](https://github.com/subconsciousnetwork/noosphere/issues/840)) ([78a4056](https://github.com/subconsciousnetwork/noosphere/commit/78a40561dc8a6d2537f28ba8cc252eadad560167))

## [0.16.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-v0.15.4...noosphere-v0.16.0) (2023-11-21)


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.16.1"
version = "0.16.2"
edition = "2021"
description = "A high-level package for dealing with accessing the Noosphere"
keywords = ["noosphere"]
Expand Down