Skip to content

Commit 291f845

Browse files
chore: release (#474)
Co-authored-by: stellar-scaffold[bot] <211513279+stellar-scaffold[bot]@users.noreply.github.com>
1 parent a37df84 commit 291f845

File tree

8 files changed

+47
-7
lines changed

8 files changed

+47
-7
lines changed

Cargo.lock

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

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.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

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 <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.19"
8+
version = "0.0.20"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-registry-cli"

crates/stellar-scaffold-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.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

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 <hello@theaha.co>"]
66
license = "Apache-2.0"
77
readme = "README.md"
8-
version = "0.0.22"
8+
version = "0.0.23"
99
edition = "2024"
1010
autobins = false
1111
repository = "https://github.com/theahaco/scaffold-stellar/tree/main/crates/stellar-scaffold-cli"
@@ -26,7 +26,7 @@ doctest = false
2626

2727
[dependencies]
2828
stellar-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" }
3030
stellar-cli = { workspace = true, default-features = false }
3131
soroban-rpc = { workspace = true }
3232
soroban-spec-tools = { workspace = true }
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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))

crates/stellar-scaffold-ext-types/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-ext-types"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55
description = "Shared types for stellar-scaffold extension hooks"
66
license = "Apache-2.0"
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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))

0 commit comments

Comments
 (0)