Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 19:32
· 186 commits to main since this release
24c672b

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