Skip to content

daedalus v0.6.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 16:49
· 35 commits to main since this release

daedalus v0.6.2

Changed

  • Release pipeline: glow-style GitHub releases with per-platform archives and checksums
  • Dependency updates: upgrade lru to 0.16.4, ratatui to 0.30, and other security fixes

Fixed

  • CI failures: resolve clippy must_use_candidate warnings and stub missing_docs warnings
  • Release workflow: ensure GitHub releases are created with changelog notes and all artifacts
  • Documentation: audit and fix Unix man-page doc comments across daedalus-cli and daedalus-stub
  • Windows embedding: skip ldd dependency resolution on non-Unix so the interpreter (e.g. official node.exe) is embedded self-contained instead of aborting the build
  • i386 stub build: gate socket syscalls behind SYS_socketcall on 32-bit x86 so every architecture in the release matrix builds