Skip to content

Aphrodite/v1.0.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 04:54
· 6 commits to Current since this release
Aphrodite/v1.0.3
d18a8b2

Compare v1.0.2...v1.0.3

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)