Skip to content

Commit 1aab6ff

Browse files
committed
chore: Prepare new release
1 parent cce0157 commit 1aab6ff

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.1.8] - 2025-05-29
68
- Convert context to a list of contexts to allow for nested contexts in lexing.
79
- Make Prague the default EVM version.
810
- Update `revm` and `foundry` to the latest version.

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/cakevm/huff-neo"
1313
rust-version = "1.86"
14-
version = "1.1.7"
14+
version = "1.1.8"
1515

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

0 commit comments

Comments
 (0)