Skip to content

Commit ebf79b8

Browse files
chore: release (#119)
Co-authored-by: stellar-scaffold[bot] <211513279+stellar-scaffold[bot]@users.noreply.github.com>
1 parent 148716f commit ebf79b8

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

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.5](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-registry-cli-v0.0.4...stellar-registry-cli-v0.0.5) - 2025-06-26
11+
12+
### Fixed
13+
14+
- *(registry-cli)* update mainnet instructions to inform about security practices and docs ([#112](https://github.com/AhaLabs/scaffold-stellar/pull/112))
15+
1016
## [0.0.4](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-registry-cli-v0.0.3...stellar-registry-cli-v0.0.4) - 2025-06-18
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.4"
8+
version = "0.0.5"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false

crates/stellar-scaffold-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [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
11+
12+
### Added
13+
14+
- init retrieves fresh FT interface ([#95](https://github.com/AhaLabs/scaffold-stellar/pull/95))
15+
16+
### Fixed
17+
18+
- *(registry-cli)* update mainnet instructions to inform about security practices and docs ([#112](https://github.com/AhaLabs/scaffold-stellar/pull/112))
19+
20+
### Other
21+
22+
- upgrade a project to a scaffold project ([#114](https://github.com/AhaLabs/scaffold-stellar/pull/114))
23+
1024
## [0.0.3](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.2...stellar-scaffold-cli-v0.0.3) - 2025-06-18
1125

1226
### 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.3"
8+
version = "0.0.4"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false

0 commit comments

Comments
 (0)