Skip to content

Commit 7f553bc

Browse files
chore(stellar-registry-cli): release v0.0.12 (#208)
Co-authored-by: stellar-scaffold[bot] <211513279+stellar-scaffold[bot]@users.noreply.github.com>
1 parent f445bfd commit 7f553bc

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ codegen-units = 1
4242
lto = true
4343

4444
[workspace.lints.clippy]
45-
result_large_err = "allow"
45+
result_large_err = "allow"

crates/stellar-registry-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [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
11+
12+
### Added
13+
14+
- *(registry-cli)* add download, create-alias, upgrade commands ([#176](https://github.com/theahaco/scaffold-stellar/pull/176))
15+
1016
## [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
1117

1218
### Fixed

crates/stellar-registry-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://github.com/theahaco/scaffold-stellar"
55
authors = ["Aha Labs <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.11"
8+
version = "0.0.12"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false
@@ -63,4 +63,4 @@ default = []
6363
integration-tests = []
6464

6565
[lints]
66-
workspace = true
66+
workspace = true

crates/stellar-scaffold-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ crate-git-revision = "0.0.6"
9494
integration-tests = []
9595

9696
[lints]
97-
workspace = true
97+
workspace = true

0 commit comments

Comments
 (0)