chore: release 0.2.0 - #27
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the workspace for the @unicity-astrid/build and @unicity-astrid/sdk v0.2.0 release by bumping package versions and rolling the changelog’s Unreleased notes into a dated release section.
Changes:
- Bump workspace and package versions from
0.1.0to0.2.0. - Synchronize
package-lock.jsonto reflect the new workspace/package versions. - Move the prior Unreleased changelog content under
## [0.2.0] - 2026-08-05.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates workspace root version to 0.2.0. |
| packages/astrid-build/package.json | Updates @unicity-astrid/build version to 0.2.0. |
| packages/astrid-sdk/package.json | Updates @unicity-astrid/sdk version to 0.2.0. |
| package-lock.json | Updates lockfile’s recorded workspace/package versions to 0.2.0. |
| CHANGELOG.md | Introduces the 0.2.0 section dated 2026-08-05 and places release notes under it. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Prepare
@unicity-astrid/buildand@unicity-astrid/sdk0.2.0 following the JavaScript-native Rust SDK parity work merged in #26.The minor bump reflects intentional pre-1.0 API changes, including WHATWG-native HTTP, Node-style process and filesystem surfaces, semantic lifecycle hooks, and schema-versioned KV helpers.
Changes
package.json(workspace):0.1.0→0.2.0packages/astrid-build/package.json:0.1.0→0.2.0packages/astrid-sdk/package.json:0.1.0→0.2.0package-lock.json: synchronize all workspace package versionsCHANGELOG.md: roll[Unreleased]into[0.2.0] - 2026-08-05Validation
npm run buildagainst committed contractsa268eb3— example componentized successfully (13.49 MB, 178 host imports)npm test— 9/9 tests passednpm pack --dry-run --workspace @unicity-astrid/build—@unicity-astrid/build@0.2.0npm pack --dry-run --workspace @unicity-astrid/sdk—@unicity-astrid/sdk@0.2.0git diff --checkAfter merge
mainasv0.2.0to create the GitHub Release@unicity-astrid/build, then@unicity-astrid/sdkThe existing release workflow creates a GitHub Release from the tag; npm publication remains deliberately manual.