File tree Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Expand file tree Collapse file tree 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release v0.2.0
2+
3+ Released: 2025-11-01
4+
5+ ## Changes Since v0.1.0
6+
7+ ** Version Bump:** MINOR
8+
9+ ### Changes
10+
11+ - fix: update weekly release workflow to detect squash-merged PRs (#45 ) (581cf2f)
12+ - refactor: restructure CLI command hierarchy and remove slug parameter (#44 ) (9d023b6)
13+ - Rename macOS binaries for clarity (#43 ) (059bd12)
14+
15+
16+ ## Compatibility
17+
18+ This release was tested with:
19+ - Rust: 1.91.0
20+ - Node.js: v20.19.5
21+
22+ ## Testing
23+
24+ All recipes have passed CI tests.
25+
26+ Full manifest: [ manifest.yml] ( ./manifest.yml )
27+
28+ ---
29+
30+ ** Status:** Alpha (v0.x.x)
Original file line number Diff line number Diff line change 1+ release : v0.2.0
2+ release_date : 2025-11-01T09:35:47Z
3+ status : alpha
4+
5+ tooling :
6+ rust : " 1.91.0"
7+ node : " v20.19.5"
8+
9+ recipes :
10+ basic-pallet :
11+ version : " 0.1.0"
12+ path : " recipes/basic-pallet"
13+ tested : true
14+ commit : " 45ee944efa"
15+ difficulty : " beginner"
16+ description : " Replace with a short description."
17+ simple-counter :
18+ version : " 0.1.0"
19+ path : " recipes/simple-counter"
20+ tested : true
21+ commit : " 45ee944efa"
22+ difficulty : " beginner"
23+ description : " A simple counter smart contract using pallet-revive"
24+ teleport-assets :
25+ version : " 0.1.0"
26+ path : " recipes/teleport-assets"
27+ tested : true
28+ commit : " c6ef5b3d2e"
29+ difficulty : " beginner"
30+ description : " Teleport assets from Asset Hub to People Chain using XCM v5 and Polkadot API"
You can’t perform that action at this time.
0 commit comments