Skip to content

0.13.0

Compare
Choose a tag to compare
@sbernauer sbernauer released this 15 May 19:05
· 15 commits to main since this release
24a0f21

Added

  • Also release binary for aarch64-apple-darwin (#22).

Changed

  • Second rewrite with the following improvements: (#21)
    • Put Parser behind a trait, so that we can have multiple implementation in parallel
    • Use cargo workspaces
    • Better error handling using snafu
  • BREAKING: Build release binaries without support for VNC, as this (#22)
    • Has a dependecy on a dynamically linked library on the host executing the binary
    • Needs a cross-compilation (which didn't work), as the macOS GitHub runners all run on arm and we try to build an x86 binary