Aphrodite/v1.0.3
·
6 commits
to Current
since this release
Summary
Fix crates.io publish workflow — all three crates (headroom-core → aphrodite → aphrodite-hermes) now publish sequentially with proper version requirements on every path dependency.
Changes
- Add headroom-core to workspace members (needed for crates.io publish)
- Add version to aphrodite dep on headroom-core (0.1.0), aphrodite-hermes dep on aphrodite (1.0.3)
- Split Publish.yml matrix into sequential: Publish-Headroom → Publish-Aphrodite → Publish-Hermes
- Bump crate + hermes: 1.0.1 → 1.0.3
- Update README badge + AGENTS.md binary version
Infrastructure
- Build: cargo build --release ✅
- Tests: cargo test --workspace ✅ (all 17 suites, 0 failures)