Skip to content

Commit a01e920

Browse files
chore(stellar-scaffold-cli): release v0.0.12
1 parent a744fd2 commit a01e920

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.

crates/stellar-scaffold-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-scaffold-cli-v0.0.11...stellar-scaffold-cli-v0.0.12) - 2025-09-25
11+
12+
### Fixed
13+
14+
- If the packages do not exist, build the clients ([#201](https://github.com/theahaco/scaffold-stellar/pull/201))
15+
1016
## [0.0.11](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.10...stellar-scaffold-cli-v0.0.11) - 2025-09-11
1117

1218
### Fixed

crates/stellar-scaffold-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://github.com/ahalabs/scaffold-stellar"
55
authors = ["Aha Labs <hello@ahalabs.dev>"]
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

0 commit comments

Comments
 (0)