Skip to content

Commit fbea1b0

Browse files
committed
chore: prepare next release v1.5.6
1 parent b8efd51 commit fbea1b0

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Huff Neo Compiler changelog
44

55
## Unreleased
6+
7+
## [1.5.6] - 2025-11-09
68
- Fix constants defined with builtin functions not working in code tables (fixes #149).
79
- Example: `#define constant C = __RIGHTPAD(0x)` can now be used in tables with `[C]`.
810
- Add support for string literal constants with `__BYTES` builtin function.

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/foundry-rs/huff-neo"
1313
rust-version = "1.89"
14-
version = "1.5.5"
14+
version = "1.5.6"
1515

1616
[workspace.dependencies]
1717
huff-neo-codegen = { path = "crates/codegen" }

0 commit comments

Comments
 (0)