Skip to content

Commit 5fac7a8

Browse files
chore: release
1 parent bb58c4d commit 5fac7a8

5 files changed

Lines changed: 20 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.17](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.16...stellar-registry-cli-v0.0.17) - 2026-03-02
11+
12+
### Added
13+
14+
- *(create-alias)* check collision; allow override ([#396](https://github.com/theahaco/scaffold-stellar/pull/396))
15+
1016
## [0.0.16](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.15...stellar-registry-cli-v0.0.16) - 2026-02-16
1117

1218
### Added

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.16"
8+
version = "0.0.17"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"

crates/stellar-scaffold-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.20](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.19...stellar-scaffold-cli-v0.0.20) - 2026-03-02
11+
12+
### Fixed
13+
14+
- update docker container running alert ([#392](https://github.com/theahaco/scaffold-stellar/pull/392))
15+
16+
### Other
17+
18+
- *(deps)* bump toml_edit from 0.22.27 to 0.23.7 ([#311](https://github.com/theahaco/scaffold-stellar/pull/311))
19+
1020
## [0.0.19](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.18...stellar-scaffold-cli-v0.0.19) - 2026-02-16
1121

1222
### 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.19"
8+
version = "0.0.20"
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)