Skip to content

Commit ecda225

Browse files
chore: release
1 parent 8ac90ea commit ecda225

7 files changed

Lines changed: 34 additions & 7 deletions

File tree

Cargo.lock

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

crates/stellar-registry-build/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.8](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-build-v0.0.7...stellar-registry-build-v0.0.8) - 2026-04-27
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.0.7](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-build-v0.0.6...stellar-registry-build-v0.0.7) - 2026-03-19
1117

1218
### Other

crates/stellar-registry-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-registry-build"
3-
version = "0.0.7"
3+
version = "0.0.8"
44
edition = "2024"
55
description = "A library using the registry at build time"
66
license = "Apache-2.0"

crates/stellar-registry-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.21](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.20...stellar-registry-cli-v0.0.21) - 2026-04-27
11+
12+
### Added
13+
14+
- deploy from external subregistries ([#484](https://github.com/theahaco/scaffold-stellar/pull/484))
15+
16+
### Fixed
17+
18+
- align deps and struct shapes for stellar-cli 26.0.0 ([#486](https://github.com/theahaco/scaffold-stellar/pull/486))
19+
1020
## [0.0.20](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.19...stellar-registry-cli-v0.0.20) - 2026-04-16
1121

1222
### Other

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 <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.20"
8+
version = "0.0.21"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"
@@ -32,7 +32,7 @@ clap = { workspace = true, features = [
3232
"string",
3333
] }
3434
stellar-cli = { workspace = true, default-features = false, features = [] }
35-
stellar-registry-build = { path = "../stellar-registry-build", version = "0.0.7" }
35+
stellar-registry-build = { path = "../stellar-registry-build", version = "0.0.8" }
3636

3737

3838
soroban-spec-tools = { workspace = true }

crates/stellar-scaffold-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.24](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.23...stellar-scaffold-cli-v0.0.24) - 2026-04-27
11+
12+
### Fixed
13+
14+
- align deps and struct shapes for stellar-cli 26.0.0 ([#486](https://github.com/theahaco/scaffold-stellar/pull/486))
15+
- versions and missing changelog ([#477](https://github.com/theahaco/scaffold-stellar/pull/477))
16+
17+
### Other
18+
19+
- make stellar scaffold package manager agnostic ([#345](https://github.com/theahaco/scaffold-stellar/pull/345))
20+
1021
## [0.0.23](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.22...stellar-scaffold-cli-v0.0.23) - 2026-04-16
1122

1223
### Other

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/theahaco/scaffold-stellar"
55
authors = ["Aha Labs <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.23"
8+
version = "0.0.24"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"

0 commit comments

Comments
 (0)