Skip to content

Commit afed9ab

Browse files
chore: release
1 parent 5db8ca5 commit afed9ab

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-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.14](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.13...stellar-registry-cli-v0.0.14) - 2025-10-28
11+
12+
### Fixed
13+
14+
- update stellar-cli; remove unneeded features for smaller binaries ([#237](https://github.com/theahaco/scaffold-stellar/pull/237))
15+
1016
## [0.0.13](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.12...stellar-registry-cli-v0.0.13) - 2025-10-20
1117

1218
### Other

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/theahaco/scaffold-stellar"
55
authors = ["Aha Labs <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.13"
8+
version = "0.0.14"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false

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.15](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.14...stellar-scaffold-cli-v0.0.15) - 2025-10-28
11+
12+
### Added
13+
14+
- [**breaking**] no longer force users to use local config and add Builder type to remove need for using ENV internall ([#238](https://github.com/theahaco/scaffold-stellar/pull/238))
15+
16+
### Fixed
17+
18+
- *(stellar-scaffold-cli)* use npm.cmd on windows ([#252](https://github.com/theahaco/scaffold-stellar/pull/252))
19+
- update stellar-cli; remove unneeded features for smaller binaries ([#237](https://github.com/theahaco/scaffold-stellar/pull/237))
20+
1021
## [0.0.14](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.13...stellar-scaffold-cli-v0.0.14) - 2025-10-20
1122

1223
### 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/theahaco/scaffold-stellar"
55
authors = ["Aha Labs <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.14"
8+
version = "0.0.15"
99
edition = "2021"
1010
rust-version = "1.70"
1111
autobins = false

0 commit comments

Comments
 (0)