Skip to content

Commit 9d29c8e

Browse files
committed
Prepare new release
1 parent 1b8278a commit 9d29c8e

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

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

55
## [Unreleased]
6+
7+
## [1.1.3] - 2025-02-21
68
- Add EOF opcodes.
79
- Add EVM version entry for `Prague` and `Osaka`.
10+
- Fix duplicate code tables in bytecode #37.
811

912
## [1.1.2] - 2025-02-06
1013
- Update to the latest `revm` and `foundry` versions.

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.84"
14-
version = "1.1.2"
14+
version = "1.1.3"
1515

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

0 commit comments

Comments
 (0)