chore: release 0.9.1#1110
Conversation
There was a problem hiding this comment.
Pull request overview
Cuts the 0.9.1 patch release by rolling the prior [Unreleased] changelog entries into a dated 0.9.1 section and bumping the workspace/crate versions from 0.9.0 to 0.9.1, aligning with the dual-version astrid:process compatibility hotfix shipped in #1108.
Changes:
- Rolled
[Unreleased]entries into## [0.9.1] - 2026-07-02and updated changelog compare links. - Bumped workspace package version and internal workspace dependency versions to
0.9.1. - Refreshed
Cargo.lockworkspace crate versions (no external dependency changes implied).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| CHANGELOG.md | Rolls [Unreleased] into the 0.9.1 release section and updates link references for the new tag. |
| Cargo.toml | Updates workspace/package version and internal workspace dependency version pins to 0.9.1. |
| Cargo.lock | Updates resolved workspace crate versions to 0.9.1 for the release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request performs a patch release to version 0.9.1. The primary purpose is to resolve a regression in the component-model linker that prevented previously built capsules from loading. By restoring the published shape of the astrid:process@1.0.0 interface alongside the newer 1.1.0 version, this release restores full backward compatibility for existing capsules. Highlights
Ignored Files
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. The version moves from zero-nine, To fix the link and make it fine. With compatibility restored, The capsules load as once ignored, And all the tests now stand in line. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request bumps the workspace package version and its internal dependencies from 0.9.0 to 0.9.1 in Cargo.toml, and updates CHANGELOG.md to document the release of version 0.9.1. I have no feedback to provide on these changes.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Linked Issue
Closes #1109
Summary
Patch release carrying the process dual-version compat hotfix (#1108, Closes #1107). Bumps all workspace crates 0.9.0 → 0.9.1 and rolls
[Unreleased]into[0.9.1].The 0.9.0 host could not instantiate any capsule importing
astrid:process@1.0.0that was built with the published SDK — wit#15 had mutated the frozen@1.0.0spawn-requestin place, and the component-model linker matches structurally per version. Found by fresh-install verification of the 0.9.0 binary: the sage supervisor failedastrid initandastrid-capsule-shellv0.2.0 failed to load. 0.9.1 restores@1.0.0to its published shape and serves it alongside an additive@1.1.0(dual-version host, thehttpprecedent), so shipped capsules load again with no rebuild.Changes
Cargo.toml: workspace version + internal cross-crate requirements 0.9.0 → 0.9.1.Cargo.lock: workspace crate entries refreshed; no external dependency changes.CHANGELOG.md:[Unreleased]rolled into[0.9.1] - 2026-07-02; link-reference block extended.Verification
cargo metadata --lockedconfirms lock consistency.Checklist
[Unreleased]rolled into[0.9.1])https://claude.ai/code/session_01NvX2tE7tgXuCRevqqiXTGU