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 (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 31, 2022
1 parent 9e33026 commit c035c0b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rust/noosphere-api": "0.1.0-alpha.1",
"rust/noosphere-cli": "0.1.0-alpha.1",
"rust/noosphere-cli": "0.1.0",
"rust/noosphere-collections": "0.1.0-alpha.1",
"rust/noosphere-core": "0.1.0-alpha.1",
"rust/noosphere-into": "0.1.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/subconsciousnetwork/noosphere/compare/noosphere-cli-v0.1.0-alpha.1...noosphere-cli-v0.1.0) (2022-10-31)


### Features

* **cli:** Find the nearest ancestor sphere ([#119](https://github.com/subconsciousnetwork/noosphere/issues/119)) ([9e33026](https://github.com/subconsciousnetwork/noosphere/commit/9e3302623db3af88df626ccb02ad8fa699e79223))
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.1.0-alpha.1"
version = "0.1.0"
edition = "2021"
description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol"
keywords = ["cli", "sync", "noosphere", "p2p", "ucan"]
Expand Down

0 comments on commit c035c0b

Please sign in to comment.