Skip to content

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.

  • 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.

For a complete, machine-generated list of all changes (including dependency updates and internal refactoring), see the CHANGELOG.md in the repository.

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.