Skip to content

Releases: cakevm/huff-neo

v1.0.0

09 Jan 19:32
24c672b

Choose a tag to compare

Changelog

  • First stable release of huff-neo
  • Compiler binary is now hnc instead of huffc
  • Update all dependencies to the latest version
  • Restructure to a modern crate structure
  • Replace ethers with alloy
  • Remove spinner animation #4
  • Fix relative position error for #6
    • Currently, this still fails for nested imports
  • Replace tiny-keccak with the alloy version
  • Add error for duplicate labels in the same macro #7
  • Fix recursive error for empty import e.g. #include ""
  • Fix error for nested imports with reoccurring imports