24 lines
795 B
Markdown
24 lines
795 B
Markdown
# Changelog
|
|
|
|
## 2026-02-27 - 1.0.3 - fix(build)
|
|
add aarch64 linker configuration for cross-compilation
|
|
|
|
- Added rust/.cargo/config.toml to configure linker for target aarch64-unknown-linux-gnu
|
|
- Sets linker to 'aarch64-linux-gnu-gcc' to enable cross-compilation to ARM64
|
|
|
|
## 2026-02-27 - 1.0.2 - fix()
|
|
no changes detected - no code or content modifications
|
|
|
|
|
|
## 2026-02-27 - 1.0.1 - fix(release)
|
|
bump patch version (no code changes)
|
|
|
|
- No changes detected in the provided git diff
|
|
- Current package.json version is 1.0.0
|
|
- Recommend patch bump to 1.0.1 to create a release/trivial update
|
|
|
|
## 2026-02-27 - 1.0.0 - initial release
|
|
Initial commit creating the project repository and baseline files.
|
|
|
|
- Initial project scaffold and configuration
|
|
- Repository initialized with base files and metadata |