Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions crates/stellar-registry-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Other

- add publish documentation, remove unecessary config docs at top level ([#121](https://github.com/AhaLabs/scaffold-stellar/pull/121))

## [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

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/stellar-registry-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/ahalabs/scaffold-stellar"
authors = ["Aha Labs <hello@ahalabs.dev>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
16 changes: 16 additions & 0 deletions crates/stellar-scaffold-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

### Added

- add --no-prompt to upgrade ([#122](https://github.com/AhaLabs/scaffold-stellar/pull/122))

### Fixed

- init not copying fungible token to proper directory when relative path used ([#127](https://github.com/AhaLabs/scaffold-stellar/pull/127))
- init flaky test failure ([#130](https://github.com/AhaLabs/scaffold-stellar/pull/130))
- continue building clients on error ([#88](https://github.com/AhaLabs/scaffold-stellar/pull/88))

### Other

- add/update NFT token example on init ([#136](https://github.com/AhaLabs/scaffold-stellar/pull/136))

## [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

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/stellar-scaffold-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/ahalabs/scaffold-stellar"
authors = ["Aha Labs <hello@ahalabs.dev>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
rust-version = "1.70"
autobins = false
Expand Down
Loading