File tree Expand file tree Collapse file tree 8 files changed +47
-7
lines changed
stellar-scaffold-ext-types
stellar-scaffold-reporter Expand file tree Collapse file tree 8 files changed +47
-7
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.20] ( https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.19...stellar-registry-cli-v0.0.20 ) - 2026-04-16
11+
12+ ### Other
13+
14+ - update Cargo.lock dependencies
15+
1016## [ 0.0.19] ( https://github.com/theahaco/scaffold-stellar/compare/stellar-registry-cli-v0.0.18...stellar-registry-cli-v0.0.19 ) - 2026-03-19
1117
1218### Other
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage = "https://github.com/theahaco/scaffold-stellar"
55authors = [" Aha Labs <hello@theaha.co>" ]
66license = " Apache-2.0"
77readme = " README.md"
8- version = " 0.0.19 "
8+ version = " 0.0.20 "
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.23] ( https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.22...stellar-scaffold-cli-v0.0.23 ) - 2026-04-16
11+
12+ ### Other
13+
14+ - Feat/reporter extension ([ #463 ] ( https://github.com/theahaco/scaffold-stellar/pull/463 ) )
15+
1016## [ 0.0.22] ( https://github.com/theahaco/scaffold-stellar/compare/stellar-scaffold-cli-v0.0.21...stellar-scaffold-cli-v0.0.22 ) - 2026-04-03
1117
1218### 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 <hello@theaha.co>" ]
66license = " Apache-2.0"
77readme = " README.md"
8- version = " 0.0.22 "
8+ version = " 0.0.23 "
99edition = " 2024"
1010autobins = false
1111repository = " https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"
@@ -26,7 +26,7 @@ doctest = false
2626
2727[dependencies ]
2828stellar-build = { path = " ../stellar-build" , version = " 0.0.6" }
29- stellar-scaffold-ext-types = { path = " ../stellar-scaffold-ext-types" , version = " 0.0.1 " }
29+ stellar-scaffold-ext-types = { path = " ../stellar-scaffold-ext-types" , version = " 0.0.2 " }
3030stellar-cli = { workspace = true , default-features = false }
3131soroban-rpc = { workspace = true }
3232soroban-spec-tools = { workspace = true }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 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
11+
12+ ### Other
13+
14+ - Feat/reporter extension ([ #463 ] ( https://github.com/theahaco/scaffold-stellar/pull/463 ) )
Original file line number Diff line number Diff line change 11[package ]
22name = " stellar-scaffold-ext-types"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44edition = " 2024"
55description = " Shared types for stellar-scaffold extension hooks"
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/theahaco/scaffold-stellar/releases/tag/stellar-scaffold-reporter-v0.1.0 ) - 2026-04-16
11+
12+ ### Other
13+
14+ - Feat/reporter extension ([ #463 ] ( https://github.com/theahaco/scaffold-stellar/pull/463 ) )
You can’t perform that action at this time.
0 commit comments