Skip to content

Commit 0b05b7e

Browse files
chore: release
1 parent cfad448 commit 0b05b7e

9 files changed

Lines changed: 37 additions & 9 deletions

File tree

Cargo.lock

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

crates/stellar-registry/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.11](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-v0.0.10...stellar-registry-v0.0.11) - 2026-05-13
11+
12+
### Other
13+
14+
- updated the following local packages: stellar-scaffold-macro
15+
1016
## [0.0.10](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-v0.0.9...stellar-registry-v0.0.10) - 2026-04-03
1117

1218
### Other

crates/stellar-registry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stellar-registry"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition = "2024"
55
description = "Stellar cross-contract calls, simplified"
66
license = "Apache-2.0"
@@ -13,4 +13,4 @@ crate-type = ["rlib"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
stellar-scaffold-macro = { path = "../stellar-scaffold-macro", version = "0.8.14" }
16+
stellar-scaffold-macro = { path = "../stellar-scaffold-macro", version = "0.8.15" }

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.25](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.24...stellar-scaffold-cli-v0.0.25) - 2026-05-13
11+
12+
### Added
13+
14+
- add version flag ([#492](https://github.com/theahaco/scaffold-stellar/pull/492))
15+
16+
### Other
17+
18+
- Feat/pkg manager improvements ([#491](https://github.com/theahaco/scaffold-stellar/pull/491))
19+
1020
## [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
1121

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

crates/stellar-scaffold-macro/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.8.15](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-macro-v0.8.14...stellar-scaffold-macro-v0.8.15) - 2026-05-13
11+
12+
### Other
13+
14+
- *(deps)* bump the cargo-minor group across 1 directory with 16 updates ([#487](https://github.com/theahaco/scaffold-stellar/pull/487))
15+
1016
## [0.8.14](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-macro-v0.8.13...stellar-scaffold-macro-v0.8.14) - 2026-04-02
1117

1218
### Added

crates/stellar-scaffold-macro/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-scaffold-macro"
3-
version = "0.8.14"
3+
version = "0.8.15"
44
edition = "2024"
55
description = "Macros needed by stellar-scaffold"
66
license = "Apache-2.0"

crates/stellar-scaffold-reporter/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.1.1](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-reporter-v0.1.0...stellar-scaffold-reporter-v0.1.1) - 2026-05-13
11+
12+
### Other
13+
14+
- *(deps)* bump the cargo-minor group across 1 directory with 16 updates ([#487](https://github.com/theahaco/scaffold-stellar/pull/487))
15+
1016
## [0.1.0](https://github.com/theahaco/scaffold-stellar/releases/tag/stellar-scaffold-reporter-v0.1.0) - 2026-04-16
1117

1218
### Other

crates/stellar-scaffold-reporter/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.1.0"
8+
version = "0.1.1"
99
edition = "2024"
1010
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-reporter"
1111

0 commit comments

Comments
 (0)