docs: add v0.1.6 changelog#19
Merged
simongdavies merged 1 commit intohyperlight-dev:mainfrom Mar 27, 2026
Merged
Conversation
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
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.6section 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.tsdrift/sync test and type regeneration details.
Comment on lines
+7
to
+8
| ## [v0.1.6] - 2026-03-27 | ||
|
|
There was a problem hiding this comment.
## [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.
| ### 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` |
There was a problem hiding this comment.
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` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.