diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7be1ff136..47814304e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/Cargo.lock b/Cargo.lock index 4e89735b7..6c3a3287f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2266,7 +2266,7 @@ dependencies = [ [[package]] name = "noosphere-cli" -version = "0.1.0-alpha.1" +version = "0.1.0" dependencies = [ "anyhow", "async-trait", diff --git a/rust/noosphere-cli/CHANGELOG.md b/rust/noosphere-cli/CHANGELOG.md new file mode 100644 index 000000000..fc8dcddc2 --- /dev/null +++ b/rust/noosphere-cli/CHANGELOG.md @@ -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)) diff --git a/rust/noosphere-cli/Cargo.toml b/rust/noosphere-cli/Cargo.toml index 8c4bcefef..0a1dfadd7 100644 --- a/rust/noosphere-cli/Cargo.toml +++ b/rust/noosphere-cli/Cargo.toml @@ -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"]