We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953a627 commit b8d8f24Copy full SHA for b8d8f24
CHANGELOG.md
@@ -3,8 +3,10 @@
3
# Huff Neo Compiler changelog
4
5
## [Unreleased]
6
+
7
+## [1.1.5] - 2025-03-19
8
- Support nesting of macro calls e.g. `MACRO1(MACRO2(0x1, 0x2), 0x3)`. (See: #40)
- - Thank you very much to @Mouradif for the contribution!
9
+ - Thank you very much, @Mouradif, for the contribution!
10
11
## [1.1.4] - 2025-03-17
12
- Update dependencies to the latest version.
Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/cakevm/huff-neo"
13
rust-version = "1.84"
14
-version = "1.1.4"
+version = "1.1.5"
15
16
[workspace.dependencies]
17
huff-neo-codegen = { path = "crates/codegen" }
0 commit comments