diff --git a/Cargo.lock b/Cargo.lock index 48892b34..458c2baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5997,7 +5997,7 @@ dependencies = [ [[package]] name = "stellar-registry-cli" -version = "0.0.11" +version = "0.0.12" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 498abcf1..7e54eaa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ codegen-units = 1 lto = true [workspace.lints.clippy] -result_large_err = "allow" \ No newline at end of file +result_large_err = "allow" diff --git a/crates/stellar-registry-cli/CHANGELOG.md b/crates/stellar-registry-cli/CHANGELOG.md index c7363f4b..5d38f5d5 100644 --- a/crates/stellar-registry-cli/CHANGELOG.md +++ b/crates/stellar-registry-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.12](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.11...stellar-registry-cli-v0.0.12) - 2025-10-03 + +### Added + +- *(registry-cli)* add download, create-alias, upgrade commands ([#176](https://github.com/theahaco/scaffold-stellar/pull/176)) + ## [0.0.11](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.10...stellar-registry-cli-v0.0.11) - 2025-09-26 ### Fixed diff --git a/crates/stellar-registry-cli/Cargo.toml b/crates/stellar-registry-cli/Cargo.toml index 25dea4bf..ea8437c5 100644 --- a/crates/stellar-registry-cli/Cargo.toml +++ b/crates/stellar-registry-cli/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/theahaco/scaffold-stellar" authors = ["Aha Labs "] license = "Apache-2.0" readme = "README.md" -version = "0.0.11" +version = "0.0.12" edition = "2021" rust-version = "1.70" autobins = false @@ -63,4 +63,4 @@ default = [] integration-tests = [] [lints] -workspace = true \ No newline at end of file +workspace = true diff --git a/crates/stellar-scaffold-cli/Cargo.toml b/crates/stellar-scaffold-cli/Cargo.toml index f333100f..fbb1dbae 100644 --- a/crates/stellar-scaffold-cli/Cargo.toml +++ b/crates/stellar-scaffold-cli/Cargo.toml @@ -94,4 +94,4 @@ crate-git-revision = "0.0.6" integration-tests = [] [lints] -workspace = true \ No newline at end of file +workspace = true