Skip to content

Commit bff0616

Browse files
chore: release
1 parent cb2feef commit bff0616

File tree

11 files changed

+49
-13
lines changed

11 files changed

+49
-13
lines changed

Cargo.lock

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

crates/stellar-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.6](https://github.com/theahaco/scaffold-stellar/compare/stellar-build-v0.0.5...stellar-build-v0.0.6) - 2025-11-28
11+
12+
### Other
13+
14+
- Update editions to 2024 across crates ([#292](https://github.com/theahaco/scaffold-stellar/pull/292))
15+
1016
## [0.0.5](https://github.com/theahaco/scaffold-stellar/compare/stellar-build-v0.0.4...stellar-build-v0.0.5) - 2025-11-10
1117

1218
### Other

crates/stellar-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-build"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
edition = "2024"
55
description = "A library for gathering Contracts"
66
license = "Apache-2.0"

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.16](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.15...stellar-registry-cli-v0.0.16) - 2025-11-28
11+
12+
### Other
13+
14+
- Update editions to 2024 across crates ([#292](https://github.com/theahaco/scaffold-stellar/pull/292))
15+
1016
## [0.0.15](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.14...stellar-registry-cli-v0.0.15) - 2025-11-10
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 <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.15"
8+
version = "0.0.16"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"

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.6](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-v0.0.5...stellar-registry-v0.0.6) - 2025-11-28
11+
12+
### Other
13+
14+
- Update editions to 2024 across crates ([#292](https://github.com/theahaco/scaffold-stellar/pull/292))
15+
1016
## [0.0.5](https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-v0.0.4...stellar-registry-v0.0.5) - 2025-11-10
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.5"
3+
version = "0.0.6"
44
edition = "2024"
55
description = "A smart contract library for using stellar registry to import other smart contracts"
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.10" }
16+
stellar-scaffold-macro = { path = "../stellar-scaffold-macro", version = "0.8.11" }

crates/stellar-scaffold-cli/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.19](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.18...stellar-scaffold-cli-v0.0.19) - 2025-11-28
11+
12+
### Fixed
13+
14+
- handle npm install errors ([#312](https://github.com/theahaco/scaffold-stellar/pull/312))
15+
16+
### Other
17+
18+
- *(deps)* bump cargo_toml from 0.20.5 to 0.22.3 ([#295](https://github.com/theahaco/scaffold-stellar/pull/295))
19+
- Update editions to 2024 across crates ([#292](https://github.com/theahaco/scaffold-stellar/pull/292))
20+
- *(deps)* bump itertools from 0.12.1 to 0.14.0 ([#296](https://github.com/theahaco/scaffold-stellar/pull/296))
21+
1022
## [0.0.18](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.17...stellar-scaffold-cli-v0.0.18) - 2025-11-11
1123

1224
### Fixed

crates/stellar-scaffold-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 <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.18"
8+
version = "0.0.19"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"
@@ -25,7 +25,7 @@ path = "src/lib.rs"
2525
doctest = false
2626

2727
[dependencies]
28-
stellar-build = { path = "../stellar-build", version = "0.0.5" }
28+
stellar-build = { path = "../stellar-build", version = "0.0.6" }
2929
stellar-cli = { workspace = true, default-features = false }
3030
soroban-rpc = { workspace = true }
3131
soroban-spec-tools = { workspace = true }

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.11](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-macro-v0.8.10...stellar-scaffold-macro-v0.8.11) - 2025-11-28
11+
12+
### Other
13+
14+
- Update editions to 2024 across crates ([#292](https://github.com/theahaco/scaffold-stellar/pull/292))
15+
1016
## [0.8.10](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-macro-v0.8.9...stellar-scaffold-macro-v0.8.10) - 2025-11-10
1117

1218
### Other

0 commit comments

Comments
 (0)