Skip to content

Commit 0f8ae33

Browse files
committed
Prepare next release
1 parent 674e056 commit 0f8ae33

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
readme = "README.md"
1111
repository = "https://github.com/cakevm/huff-neo"
12-
version = "1.0.0"
12+
version = "1.0.1"
1313

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

0 commit comments

Comments
 (0)