Skip to content

Commit 0c1c4e5

Browse files
committed
Prepare next release
1 parent 8a0fb5c commit 0c1c4e5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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.0.6] - 2025-01-28
68
- Allow to use `--debug` for reverting contracts.
79
- Refactored parsing for ABI and build-in argument.
810
- This is the first step to push more steps into the lexing phase.

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/cakevm/huff-neo"
1313
rust-version = "1.84"
14-
version = "1.0.5"
14+
version = "1.0.6"
1515

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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build:
44

55
.PHONY: release
66
release:
7-
RUSTFLAGS="-D warnings -C target-cpu=native" cargo build --bin huff-neo --release
7+
RUSTFLAGS="-D warnings -C target-cpu=native" cargo build --bin hnc --release
88

99
.PHONY: maxperf
1010
maxperf:
11-
RUSTFLAGS="-D warnings -C target-cpu=native" cargo build --bin huff-neo --profile maxperf
11+
RUSTFLAGS="-D warnings -C target-cpu=native" cargo build --bin hnc --profile maxperf
1212

1313
.PHONY: run
1414
run:

0 commit comments

Comments
 (0)