Skip to content

Commit 6a64575

Browse files
committed
chore: prepare new release
1 parent 90c592a commit 6a64575

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.3.3] - 2025-08-16
68
- Add `--flattened-source` CLI flag to output the flattened source code (with all includes resolved).
79
- Add source code display in debugger with proper multi-file support.
810
- Improve TypeScript definitions for WASM/JS package with proper types instead of `any`.

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.89"
14-
version = "1.3.2"
14+
version = "1.3.3"
1515

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

0 commit comments

Comments
 (0)