Skip to content

Commit 6cdc818

Browse files
authored
Prepare release 1.1.6 (#58)
1 parent 1da9931 commit 6cdc818

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
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.1.6] - 2025-03-29
68
- Throw an error if an argument (e.g. `<arg>`) is used but not defined (Fixes: #46).
79
- **Breaking**: Disallow the use of the same name for a macro, test, or fn (Fixes: #53).
810
- Throw an error if an included file is not found in a nested include (Fixes: #51).

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ homepage = "https://github.com/cakevm/huff-neo"
1010
license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212
repository = "https://github.com/cakevm/huff-neo"
13-
rust-version = "1.84"
14-
version = "1.1.5"
13+
rust-version = "1.85"
14+
version = "1.1.6"
1515

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

0 commit comments

Comments
 (0)