File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<!-- Keep a Changelog guide -> https://keepachangelog.com -->
22
3- # Node cache changelog
3+ # Huff Neo Compiler changelog
44
55## [ Unreleased]
6+
7+ ## [ 1.0.1] - 2025-01-10
68- Validate that a constant hex literal is not longer than 32 bytes
79- New flatten source algo to determine spans
810- Fix all errors related to invalid source code mapping
11+ - Limit label duplicate check to containing macro and file
912
1013## [ 1.0.0] - 2025-01-09
1114- First stable release of ` huff-neo `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2021"
99license = " MIT OR Apache-2.0"
1010readme = " README.md"
1111repository = " https://github.com/cakevm/huff-neo"
12- version = " 1.0.0 "
12+ version = " 1.0.1 "
1313
1414[workspace .dependencies ]
1515huff-neo-codegen = { path = " crates/codegen" }
You can’t perform that action at this time.
0 commit comments