Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
cakevm committed Jan 10, 2025
1 parent 674e056 commit 0f8ae33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# Node cache changelog
# Huff Neo Compiler changelog

## [Unreleased]

## [1.0.1] - 2025-01-10
- Validate that a constant hex literal is not longer than 32 bytes
- New flatten source algo to determine spans
- Fix all errors related to invalid source code mapping
- Limit label duplicate check to containing macro and file

## [1.0.0] - 2025-01-09
- First stable release of `huff-neo`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/cakevm/huff-neo"
version = "1.0.0"
version = "1.0.1"

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

0 comments on commit 0f8ae33

Please sign in to comment.