Skip to content

Commit 45e4565

Browse files
Release v0.3.0 (#48)
chore(release): add manifest and notes for v0.3.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cf4729b commit 45e4565

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

releases/v0.3.0/RELEASE_NOTES.md

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

releases/v0.3.0/manifest.yml

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

0 commit comments

Comments
 (0)