Skip to content

Commit c8ba8f7

Browse files
Release v0.2.0 (#47)
chore(release): add manifest and notes for v0.2.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 581cf2f commit c8ba8f7

File tree

2 files changed

+60
-0
lines changed

2 files changed

+60
-0
lines changed

releases/v0.2.0/RELEASE_NOTES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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)

releases/v0.2.0/manifest.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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"

0 commit comments

Comments
 (0)