Skip to content

docs: add v0.1.6 changelog#19

Merged
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:release/v0.1.6
Mar 27, 2026
Merged

docs: add v0.1.6 changelog#19
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:release/v0.1.6

Conversation

@simongdavies
Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 27, 2026 23:01
@simongdavies simongdavies merged commit c1ba5c0 into hyperlight-dev:main Mar 27, 2026
9 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new changelog entry for the v0.1.6 release to document recent CI/publishing, platform support, and type-sync improvements.

Changes:

  • Added a new v0.1.6 section with Added/Fixed/Changed bullets.
  • Documented multi-platform npm publishing (Linux glibc+musl, Windows) and related build/runtime fixes.
  • Noted a new ha-modules.d.ts drift/sync test and type regeneration details.

Comment on lines +7 to +8
## [v0.1.6] - 2026-03-27

Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

## [v0.1.6] is written as a reference-style Markdown link, but there is no corresponding [v0.1.6]: … definition at the bottom of the file (same for v0.1.5). Add link definitions so the version headers render as links like v0.1.4 and earlier.

Copilot uses AI. Check for mistakes.
### Fixed

- **Cross-platform .node loading** — `build-binary.js` no longer hardcodes the NAPI triple at build time; copies all available platform `.node` files and uses runtime detection to load the correct one
- **postinstall script** — Fixed missing closing brace in `package.json` `node -e` snippet that caused SyntaxError during `npm install`
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog item "postinstall script — Fixed missing closing brace…" is already listed under v0.1.5 (line 55). If this fix wasn't reintroduced, it should only appear in one release; otherwise clarify that it regressed and was fixed again.

Suggested change
- **postinstall script** — Fixed missing closing brace in `package.json` `node -e` snippet that caused SyntaxError during `npm install`

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants