Release Notes
This section contains hand-written release notes for runok. Each page covers a specific version with user-facing explanations, code examples, and migration steps where applicable.
What’s included
Section titled “What’s included”- Highlights — Detailed explanations of major changes, with code examples and migration steps for breaking changes
- New Features — One-line entries for new functionality
- Bug Fixes — One-line entries for bug fixes
Only user-facing changes (feat:, fix:, feat!:) are listed here. Internal changes (chore:, docs:, refactor:, ci:, test:) are omitted.
Where to find the full changelog
Section titled “Where to find the full changelog”For a complete, machine-generated list of all changes (including dependency updates and internal refactoring), see the CHANGELOG.md in the repository.
Versioning policy
Section titled “Versioning policy”runok follows Semantic Versioning. While in the 0.x series, minor version bumps (e.g., 0.1 -> 0.2) may contain breaking changes. Patch versions (e.g., 0.1.4 -> 0.1.5) contain only bug fixes and backwards-compatible features.