Version: 1.1.2
- API.md — Complete API reference, organized by use case with multiple examples per module. Always current to the latest release.
- PERFORMANCE.md — Benchmark methodology, headline numbers, and version-over-version regression / improvement notes.
- PRINCIPLES.md — Code style, contribution norms, and architectural rationale.
Per-version release notes (format modeled on the error-forge release docs):
- v1.1.2 (2026-05-19, feature-matrix CI fix)
- v1.1.1 (2026-05-19, docs.rs build fix)
- v1.1.0 (2026-05-19, performance + ergonomics)
- v1.0.1 (2026-05-18, maintenance + audit patch)
The aggregate CHANGELOG.md in the repo root covers the full release history including pre-1.0 lines.
Tracked in .dev/V2-ROADMAP.md (local-only,
gitignored). The v2 line targets:
async fnin trait forSubsystem::run(dropsPin<Box<dyn Future>>boilerplate).- Coordinated major dependency bumps (
thiserror 1→2,metrics 0.17→0.24,notify 6→8,toml 0.8→1,nix 0.29→0.31,windows 0.58→0.62). - Removal of the discontinued
async-stdruntime backend.
COPYRIGHT © 2026 JAMES GOBER.