v0.1.9
v0.1.9 - 2026-04-05
This release focuses on PM2 migration parity (log_date_format, cron_restart), runtime compatibility updates after dependency bumps, and documentation refreshes.
Added
- Added
log_date_formatsupport across CLI start flags, Oxfile/ecosystem parsing, import/export bundles, and runtime process specs (#21). - Added
cron_restartsupport with cron-expression parsing, persisted next-run scheduling, and daemon-managed scheduled restarts (#21). - Added dedicated cron restart unit coverage in
process_managertests. - Added a shared SHA-256 hex utility (
src/hash.rs) and migrated hashing call sites to it for compatibility withsha20.11. - Added AI Skill reference documentation (
docs/SKILL.md).
Changed
- Updated daemon log forwarding paths so timestamp-prefixed log output and cwd/env marker handling stay consistent in E2E coverage.
- Updated PM2 migration docs and core user docs for
log_date_formatandcron_restart. - Refreshed benchmark artifacts (
BENCHMARK.md,benchmark.json).
Dependencies
- Bumped
clapfrom4.5.60to4.6.0. - Bumped
tracing-subscriberfrom0.3.22to0.3.23. - Bumped
tomlfrom1.0.6+spec-1.1.0to1.1.0+spec-1.1.0(via1.0.7+spec-1.1.0). - Bumped
tomlfrom1.1.0+spec-1.1.0to1.1.2+spec-1.1.0. - Bumped
cronfrom0.12.1to0.16.0. - Bumped
sha2from0.10.9to0.11.0.
What's Changed
- chore(deps): bump sha2 from 0.10.9 to 0.11.0 by @dependabot[bot] in #25
- chore(deps): bump cron from 0.12.1 to 0.16.0 by @dependabot[bot] in #24
- chore(deps): bump toml from 1.0.7+spec-1.1.0 to 1.1.0+spec-1.1.0 by @dependabot[bot] in #23
- chore(deps): bump toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0 by @dependabot[bot] in #27
Full Changelog: v0.0.11...v0.1.9