Skip to content

Releases: huff-language/huff-rs

Nightly (2024-06-01)

22 Apr 00:59
4c4ae27
Compare
Choose a tag to compare
Nightly (2024-06-01) Pre-release
Pre-release
  • no changes

Nightly

23 Jun 20:02
4c4ae27
Compare
Choose a tag to compare
Nightly Pre-release
Pre-release
  • no changes

Nightly (2024-04-21)

11 Jul 09:11
813b6b6
Compare
Choose a tag to compare
Nightly (2024-04-21) Pre-release
Pre-release
  • no changes

Huff 0.3.2

08 Jul 21:04
d301bff
Compare
Choose a tag to compare

What's Changed in 0.3.2

Features

Improvements

Fixes

New Contributors

Full Changelog: 0.3.1...0.3.2

Nightly (2023-07-08)

08 Jul 20:53
a7403c9
Compare
Choose a tag to compare
Nightly (2023-07-08) Pre-release
Pre-release
  • no changes

v0.3.1

27 Feb 06:47
94c34e4
Compare
Choose a tag to compare

v0.3.1

Introduces a few significant, but minor, feature changes with multiple bug fixes.

Changelog

  • Minor typo fix in #219
  • EIP-1153 Transient Storage Opcodes, Push Overrides, and __Codesize(CONSTRUCTOR) stack overflow fixes in #218 by @refcell
  • feat: alternative main entrypoints in #221 by @cheethas
  • feat: alternative constructor entrypoints in #223 by @cheethas
  • fix: Free Storage Param Bug in #235 by @cheethas
  • fix: Huffup Symlink in #228 by @MathisGD
  • fix: Incorrect Relative Path Calculation in #230 by @kanewallmann
  • fix: custom bootstrap logic in #248 by @cheethas
  • feat: remappings with file in #217 by @iFrostizz
  • fix: circular, nested codesize builtin calls in #240 by @cheethas
  • feat: wasm compilation target for huff_core with bindings in #232 by @kanewallmann