diff --git a/Cargo.lock b/Cargo.lock index 6b32a8c..f0c08c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4270,7 +4270,7 @@ dependencies = [ [[package]] name = "stellar-registry-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "assert_cmd", "assert_fs", diff --git a/crates/stellar-registry-cli/CHANGELOG.md b/crates/stellar-registry-cli/CHANGELOG.md index 52f18a6..27f034e 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.1.1](https://github.com/stellar-registry/cli/compare/stellar-registry-cli-v0.1.0...stellar-registry-cli-v0.1.1) - 2026-07-30 + +### Other + +- test fetch_contract_id default fails for flagged ([#60](https://github.com/stellar-registry/cli/pull/60)) + ## [0.1.0](https://github.com/stellar-registry/cli/compare/stellar-registry-cli-v0.0.22...stellar-registry-cli-v0.1.0) - 2026-07-27 ### Added diff --git a/crates/stellar-registry-cli/Cargo.toml b/crates/stellar-registry-cli/Cargo.toml index e68aea8..b8e4105 100644 --- a/crates/stellar-registry-cli/Cargo.toml +++ b/crates/stellar-registry-cli/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar-registry/cli" authors = ["Aha Labs "] license = "Apache-2.0" readme = "README.md" -version = "0.1.0" +version = "0.1.1" edition = "2024" autobins = false repository = "https://github.com/stellar-registry/cli/tree/main/crates/stellar-registry-cli"