Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/stellar-scaffold/cli"
[workspace.dependencies]
stellar-scaffold-macro = { path = "crates/stellar-scaffold-macro" }
stellar-scaffold-test = { path = "crates/stellar-scaffold-test" }
stellar-scaffold-ext-types = { path = "crates/stellar-scaffold-ext-types", version = "0.0.2" }
stellar-scaffold-ext-types = { path = "crates/stellar-scaffold-ext-types", version = "0.0.3" }

stellar-cli = { version = "27.0.0", package = "soroban-cli", default-features = false }
soroban-rpc = { package = "stellar-rpc-client", version = "27.0.0" }
Expand Down
6 changes: 6 additions & 0 deletions crates/stellar-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.7](https://github.com/stellar-scaffold/cli/compare/stellar-build-v0.0.6...stellar-build-v0.0.7) - 2026-06-29

### Other

- extract scaffold-cli from monorepo ([#535](https://github.com/stellar-scaffold/cli/pull/535))

## [0.0.6](https://github.com/theahaco/scaffold-stellar/compare/stellar-build-v0.0.5...stellar-build-v0.0.6) - 2026-02-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/stellar-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-build"
version = "0.0.6"
version = "0.0.7"
edition = "2024"
description = "A library for gathering Contracts"
license = "Apache-2.0"
Expand Down
13 changes: 13 additions & 0 deletions crates/stellar-scaffold-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.25](https://github.com/stellar-scaffold/cli/compare/stellar-scaffold-cli-v0.0.24...stellar-scaffold-cli-v0.0.25) - 2026-06-29

### Added

- upgrade to stellar protocol 27 ([#549](https://github.com/stellar-scaffold/cli/pull/549))
- add version flag ([#492](https://github.com/stellar-scaffold/cli/pull/492))

### Other

- Template Monorepo ([#543](https://github.com/stellar-scaffold/cli/pull/543))
- extract scaffold-cli from monorepo ([#535](https://github.com/stellar-scaffold/cli/pull/535))
- Feat/pkg manager improvements ([#491](https://github.com/stellar-scaffold/cli/pull/491))

## [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

### Fixed
Expand Down
6 changes: 3 additions & 3 deletions crates/stellar-scaffold-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar-scaffold/cli"
authors = ["Aha Labs <hello@theaha.co>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.0.24"
version = "0.0.25"
edition = "2024"
autobins = false
repository = "https://github.com/stellar-scaffold/cli/tree/main/crates/stellar-scaffold-cli"
Expand All @@ -25,8 +25,8 @@ path = "src/lib.rs"
doctest = false

[dependencies]
stellar-build = { path = "../stellar-build", version = "0.0.6" }
stellar-scaffold-ext-types = { path = "../stellar-scaffold-ext-types", version = "0.0.2" }
stellar-build = { path = "../stellar-build", version = "0.0.7" }
stellar-scaffold-ext-types = { path = "../stellar-scaffold-ext-types", version = "0.0.3" }
stellar-cli = { workspace = true, default-features = false }
soroban-rpc = { workspace = true }
soroban-spec-tools = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/stellar-scaffold-ext-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3](https://github.com/stellar-scaffold/cli/compare/stellar-scaffold-ext-types-v0.0.2...stellar-scaffold-ext-types-v0.0.3) - 2026-06-29

### Other

- extract scaffold-cli from monorepo ([#535](https://github.com/stellar-scaffold/cli/pull/535))

## [0.0.2](https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-ext-types-v0.0.1...stellar-scaffold-ext-types-v0.0.2) - 2026-04-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/stellar-scaffold-ext-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-scaffold-ext-types"
version = "0.0.2"
version = "0.0.3"
edition = "2024"
description = "Shared types for stellar-scaffold extension hooks"
license = "Apache-2.0"
Expand Down
7 changes: 7 additions & 0 deletions crates/stellar-scaffold-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.8.15](https://github.com/stellar-scaffold/cli/compare/stellar-scaffold-macro-v0.8.14...stellar-scaffold-macro-v0.8.15) - 2026-06-29

### Other

- extract scaffold-cli from monorepo ([#535](https://github.com/stellar-scaffold/cli/pull/535))
- *(deps)* bump the cargo-minor group across 1 directory with 16 updates ([#487](https://github.com/stellar-scaffold/cli/pull/487))

## [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

### Added
Expand Down
4 changes: 2 additions & 2 deletions crates/stellar-scaffold-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stellar-scaffold-macro"
version = "0.8.14"
version = "0.8.15"
edition = "2024"
description = "Macros needed by stellar-scaffold"
license = "Apache-2.0"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/stellar-scaffold/cli/tree/main/crates/stellar-s
proc-macro = true

[dependencies]
stellar-build = { path = "../stellar-build", version = "0.0.6" }
stellar-build = { path = "../stellar-build", version = "0.0.7" }
proc-macro2 = "1.0"
syn = { version = "2", features = ["full"] }
quote = "1.0"
Expand Down
7 changes: 7 additions & 0 deletions crates/stellar-scaffold-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/stellar-scaffold/cli/compare/stellar-scaffold-reporter-v0.1.0...stellar-scaffold-reporter-v0.1.1) - 2026-06-29

### Other

- extract scaffold-cli from monorepo ([#535](https://github.com/stellar-scaffold/cli/pull/535))
- *(deps)* bump the cargo-minor group across 1 directory with 16 updates ([#487](https://github.com/stellar-scaffold/cli/pull/487))

## [0.1.0](https://github.com/theahaco/scaffold-stellar/releases/tag/stellar-scaffold-reporter-v0.1.0) - 2026-04-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/stellar-scaffold-reporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage = "https://github.com/stellar-scaffold/cli"
authors = ["Aha Labs <hello@theaha.co>"]
license = "Apache-2.0"
readme = "README.md"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
repository = "https://github.com/stellar-scaffold/cli/tree/main/crates/stellar-scaffold-reporter"

Expand Down
Loading