Skip to content

Commit 8b626e6

Browse files
authored
Merge pull request #63 from polkadot-developers/release/v0.7.0
Release v0.7.0
2 parents 1fcf511 + 17b14cd commit 8b626e6

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Release v0.7.0
2+
3+
## Highlights
4+
5+
This release focuses on improving the developer experience with better progress feedback, PAPI integration fixes, and enhanced submit workflow.
6+
7+
## New Features
8+
9+
### Draft Pull Requests
10+
- The `dot submit` command now creates **draft PRs** instead of regular PRs
11+
- Users are prompted to review and edit the PR description before marking it ready for review
12+
- Clear next steps are displayed after submission
13+
14+
### Verbose Progress Output
15+
- Project creation now shows step-by-step progress:
16+
- Creating project directory
17+
- Initializing git repository
18+
- Copying template files
19+
- Installing dependencies
20+
- All pathways now include a "Change to project directory" step in Next Steps
21+
22+
### Improved PAPI Integration
23+
- Auto-generate PAPI types before running tests
24+
- Use `papi add` for reliable metadata fetching
25+
- Fixed transactions template to use proper PAPI descriptors
26+
27+
## Bug Fixes
28+
29+
- **Fixed .gitignore copying**: Templates now correctly include .gitignore files in new projects
30+
- **Fixed submit command**: Handle symlinks and skip node_modules during project copy
31+
- **Fixed repository references**: Updated all references from paritytech to polkadot-developers
32+
- **Fixed PAPI configuration**: Let `papi add` create its own config instead of pre-creating it
33+
- **Fixed node connectivity**: Added retry logic for node readiness checks
34+
35+
## Improvements
36+
37+
- Simplified parachain dev node startup to align with upstream template
38+
- Removed redundant zombienet-xcm.toml configuration
39+
- Updated getting-started documentation for auto-generated types
40+
- Better error handling for npm install during project creation
41+
42+
## Breaking Changes
43+
44+
None
45+
46+
## Contributors
47+
48+
Thanks to all contributors who made this release possible!
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: 0.7.0
2+
release_type: minor
3+
previous_version: 0.6.0

0 commit comments

Comments
 (0)