File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release v0.3.0
2+
3+ Released: 2025-11-05
4+
5+ ## Changes Since v0.2.0
6+
7+ ** Version Bump:** MAJOR
8+
9+ ### Changes
10+
11+ - feat: add automatic API breaking change detection (#46 ) (cf4729b)
12+
13+
14+ ## Compatibility
15+
16+ This release was tested with:
17+ - Rust: 1.91.0
18+ - Node.js: v20.19.5
19+
20+ ## Testing
21+
22+ All recipes have passed CI tests.
23+
24+ Full manifest: [ manifest.yml] ( ./manifest.yml )
25+
26+ ---
27+
28+ ** Status:** Alpha (v0.x.x)
Original file line number Diff line number Diff line change 1+ release : v0.3.0
2+ release_date : 2025-11-05T03:10:42Z
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