Skip to content

Commit 047c47a

Browse files
chore: release
1 parent 5e1c27e commit 047c47a

5 files changed

Lines changed: 28 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.6](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-registry-cli-v0.0.5...stellar-registry-cli-v0.0.6) - 2025-07-08
11+
12+
### Other
13+
14+
- add publish documentation, remove unecessary config docs at top level ([#121](https://github.com/AhaLabs/scaffold-stellar/pull/121))
15+
1016
## [0.0.5](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-registry-cli-v0.0.4...stellar-registry-cli-v0.0.5) - 2025-06-26
1117

1218
### Fixed

crates/stellar-registry-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.5"
8+
version = "0.0.6"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false

crates/stellar-scaffold-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.5](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.4...stellar-scaffold-cli-v0.0.5) - 2025-07-08
11+
12+
### Added
13+
14+
- use global args and printer in build / watch ([#124](https://github.com/AhaLabs/scaffold-stellar/pull/124))
15+
- add --no-prompt to upgrade ([#122](https://github.com/AhaLabs/scaffold-stellar/pull/122))
16+
17+
### Fixed
18+
19+
- init not copying fungible token to proper directory when relative path used ([#127](https://github.com/AhaLabs/scaffold-stellar/pull/127))
20+
- init flaky test failure ([#130](https://github.com/AhaLabs/scaffold-stellar/pull/130))
21+
- continue building clients on error ([#88](https://github.com/AhaLabs/scaffold-stellar/pull/88))
22+
23+
### Other
24+
25+
- Build clients race condition ([#126](https://github.com/AhaLabs/scaffold-stellar/pull/126))
26+
- add/update NFT token example on init ([#136](https://github.com/AhaLabs/scaffold-stellar/pull/136))
27+
1028
## [0.0.4](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.3...stellar-scaffold-cli-v0.0.4) - 2025-06-26
1129

1230
### Added

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.4"
8+
version = "0.0.5"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false

0 commit comments

Comments
 (0)