File tree Expand file tree Collapse file tree 11 files changed +49
-13
lines changed
Expand file tree Collapse file tree 11 files changed +49
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-build"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44edition = " 2024"
55description = " A library for gathering Contracts"
66license = " Apache-2.0"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage = "https://github.com/theahaco/scaffold-stellar"
55authors = [
" Aha Labs <[email protected] >" ]
66license = " Apache-2.0"
77readme = " README.md"
8- version = " 0.0.15 "
8+ version = " 0.0.16 "
99edition = " 2024"
1010autobins = false
1111repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-registry"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44edition = " 2024"
55description = " A smart contract library for using stellar registry to import other smart contracts"
66license = " 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 " }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage = "https://github.com/theahaco/scaffold-stellar"
55authors = [
" Aha Labs <[email protected] >" ]
66license = " Apache-2.0"
77readme = " README.md"
8- version = " 0.0.18 "
8+ version = " 0.0.19 "
99edition = " 2024"
1010autobins = false
1111repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"
@@ -25,7 +25,7 @@ path = "src/lib.rs"
2525doctest = false
2626
2727[dependencies ]
28- stellar-build = { path = " ../stellar-build" , version = " 0.0.5 " }
28+ stellar-build = { path = " ../stellar-build" , version = " 0.0.6 " }
2929stellar-cli = { workspace = true , default-features = false }
3030soroban-rpc = { workspace = true }
3131soroban-spec-tools = { workspace = true }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments