Skip to content

Commit a858beb

Browse files
committed
Prepare next release
1 parent 20e588c commit a858beb

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
doc:
4444
if: github.repository == 'cakevm/huff-neo'
45-
name: make test
45+
name: make doc
4646
runs-on: ubuntu-latest
4747
timeout-minutes: 20
4848
steps:

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.0.8] - 2025-01-29
68
- Support built-in function calls in code table (`#define table`) body.
79
- Supported are `__BYTES`, `__FUNC_SIG`, and `__RIGHTPAD`.
810

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.0.7"
14+
version = "1.0.8"
1515

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

0 commit comments

Comments
 (0)