This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e1204c2
commit 3911c21
Showing
17 changed files
with
154 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"rust/noosphere-api": "0.1.0", | ||
"rust/noosphere-cli": "0.1.1", | ||
"rust/noosphere-collections": "0.1.0-alpha.1", | ||
"rust/noosphere-core": "0.1.0-alpha.1", | ||
"rust/noosphere-into": "0.1.0-alpha.1", | ||
"rust/noosphere-ns": "0.1.0-alpha.1", | ||
"rust/noosphere-storage": "0.1.0-alpha.1", | ||
"rust/noosphere-fs": "0.1.0-alpha.1", | ||
"rust/noosphere-cli": "0.2.0", | ||
"rust/noosphere-collections": "0.1.1-alpha.1", | ||
"rust/noosphere-core": "0.1.0", | ||
"rust/noosphere-into": "0.1.1-alpha.1", | ||
"rust/noosphere-ns": "0.1.0", | ||
"rust/noosphere-storage": "0.1.0", | ||
"rust/noosphere-fs": "0.1.1-alpha.1", | ||
"rust/noosphere": "0.1.0-alpha.1" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-core-v0.1.0-alpha.1...noosphere-core-v0.1.0) (2022-11-09) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* The `noosphere-api` Client now holds an owned key instead of a reference. | ||
* initial work on NameSystem, wrapping the underlying DHT network. (#122) | ||
|
||
### Features | ||
|
||
* Add `noosphere` crate-based Swift package ([#131](https://github.com/subconsciousnetwork/noosphere/issues/131)) ([e1204c2](https://github.com/subconsciousnetwork/noosphere/commit/e1204c2a5822c3c0dbb7e61bbacffb2c1f49d8d8)) | ||
* initial work on NameSystem, wrapping the underlying DHT network. ([#122](https://github.com/subconsciousnetwork/noosphere/issues/122)) ([656fb23](https://github.com/subconsciousnetwork/noosphere/commit/656fb23a5ce5a75b7f1de59444c1d866a9308d83)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* noosphere-storage bumped from 0.1.0-alpha.1 to 0.1.0 | ||
* noosphere-collections bumped from 0.1.0-alpha.1 to 0.1.1-alpha.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-ns-v0.1.0-alpha.1...noosphere-ns-v0.1.0) (2022-11-09) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* initial work on NameSystem, wrapping the underlying DHT network. (#122) | ||
|
||
### Features | ||
|
||
* Expose replication/publication/ttl intervals to NameSystemBuilder ([#130](https://github.com/subconsciousnetwork/noosphere/issues/130)) ([e20680e](https://github.com/subconsciousnetwork/noosphere/commit/e20680e225d53d8c658a9c6c2ba5dcb80d2a314e)) | ||
* Implement a RecordValidator trait for the NameSystem DHT ([#129](https://github.com/subconsciousnetwork/noosphere/issues/129)) ([ba5560c](https://github.com/subconsciousnetwork/noosphere/commit/ba5560c031f2251a984eeaa0e0a7c95ad63e3c70)) | ||
* initial work on NameSystem, wrapping the underlying DHT network. ([#122](https://github.com/subconsciousnetwork/noosphere/issues/122)) ([656fb23](https://github.com/subconsciousnetwork/noosphere/commit/656fb23a5ce5a75b7f1de59444c1d866a9308d83)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* noosphere-storage bumped from 0.1.0-alpha.1 to 0.1.0 | ||
* noosphere-core bumped from 0.1.0-alpha.1 to 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## [0.1.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-storage-v0.1.0-alpha.1...noosphere-storage-v0.1.0) (2022-11-09) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* The `noosphere-api` Client now holds an owned key instead of a reference. | ||
|
||
### Features | ||
|
||
* Add `noosphere` crate-based Swift package ([#131](https://github.com/subconsciousnetwork/noosphere/issues/131)) ([e1204c2](https://github.com/subconsciousnetwork/noosphere/commit/e1204c2a5822c3c0dbb7e61bbacffb2c1f49d8d8)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters