Skip to content

Commit c2556a4

Browse files
chore: release v0.0.8 (#154)
Co-authored-by: stellar-scaffold[bot] <211513279+stellar-scaffold[bot]@users.noreply.github.com>
1 parent e01cd17 commit c2556a4

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: 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.8](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-registry-cli-v0.0.7...stellar-registry-cli-v0.0.8) - 2025-08-19
11+
12+
### Fixed
13+
14+
- update registry guide with proper args ([#163](https://github.com/AhaLabs/scaffold-stellar/pull/163))
15+
16+
### Other
17+
18+
- fix typo in help doc for registry cli ([#157](https://github.com/AhaLabs/scaffold-stellar/pull/157))
19+
1020
## [0.0.7](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-registry-cli-v0.0.6...stellar-registry-cli-v0.0.7) - 2025-07-17
1121

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

crates/stellar-scaffold-cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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/AhaLabs/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.7...stellar-scaffold-cli-v0.0.8) - 2025-08-19
11+
12+
### Other
13+
14+
- Add metadata in upgrade command ([#171](https://github.com/AhaLabs/scaffold-stellar/pull/171))
15+
- add vite change file test ([#148](https://github.com/AhaLabs/scaffold-stellar/pull/148))
16+
1017
## [0.0.7](https://github.com/AhaLabs/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.6...stellar-scaffold-cli-v0.0.7) - 2025-07-17
1118

1219
### Fixed

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

0 commit comments

Comments
 (0)