Skip to content

Commit eb31966

Browse files
committed
fixup changelog
1 parent 555df07 commit eb31966

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22

33
all notable changes to this project will be documented in this file.
44

5+
## [0.3.0] - 2025-10-22
6+
7+
- added `minilang` example
8+
- expanded builder helpers with scratch-register stacks, call/return helpers, link-register preservation, and label resolution utilities
9+
- added regression coverage for new builder call flows
10+
- corrected arm64 branch fixup offsets so label-driven jumps land at the intended targets
11+
12+
## [0.2.0] - 2025-10-21
13+
14+
- introduced the builder helper layer for fn prologues, loops, and conditionals
15+
- added documentation (`docs/builder.md`) and high-level fibonacci example demonstrating the new api
16+
- added builder harness for ci
17+
- added clang-format and clang-tidy to ci
18+
519
## [0.1.0] - 2025-10-20
620

721
- initial public snapshot of `cj`
8-
- auto-generated instruction encoders via `codegen/`.
9-
- core runtime (`ctx.c`), operand utilities (`op.h`), and register definitions.
10-
11-
<!-- Future entries: add new versions in descending order -->
22+
- auto-generated instruction encoders via `codegen/`
23+
- core runtime (`ctx.c`), operand utilities (`op.h`), and register definitions

0 commit comments

Comments
 (0)