Skip to content

chore: release 0.9.1#1110

Merged
joshuajbouw merged 1 commit into
mainfrom
chore/release-0.9.1
Jul 2, 2026
Merged

chore: release 0.9.1#1110
joshuajbouw merged 1 commit into
mainfrom
chore/release-0.9.1

Conversation

@joshuajbouw

Copy link
Copy Markdown
Contributor

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.0 that was built with the published SDK — wit#15 had mutated the frozen @1.0.0 spawn-request in place, and the component-model linker matches structurally per version. Found by fresh-install verification of the 0.9.0 binary: the sage supervisor failed astrid init and astrid-capsule-shell v0.2.0 failed to load. 0.9.1 restores @1.0.0 to its published shape and serves it alongside an additive @1.1.0 (dual-version host, the http precedent), 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

Checklist

  • Linked to an issue
  • CHANGELOG.md updated ([Unreleased] rolled into [0.9.1])

https://claude.ai/code/session_01NvX2tE7tgXuCRevqqiXTGU

Copilot AI review requested due to automatic review settings July 2, 2026 19:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-02 and updated changelog compare links.
  • Bumped workspace package version and internal workspace dependency versions to 0.9.1.
  • Refreshed Cargo.lock workspace 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.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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

  • Version Bump: Updated the workspace version and all internal crate dependencies from 0.9.0 to 0.9.1.
  • Changelog Update: Rolled the [Unreleased] section into the new 0.9.1 release entry dated 2026-07-02.
  • Compatibility Fix: This release addresses a critical compatibility issue with the astrid:process@1.0.0 interface, ensuring existing capsules load correctly without requiring a rebuild.
Ignored Files
  • Ignored by pattern: Cargo.lock (1)
    • Cargo.lock
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

@joshuajbouw
joshuajbouw merged commit 7fd2d25 into main Jul 2, 2026
22 checks passed
@joshuajbouw
joshuajbouw deleted the chore/release-0.9.1 branch July 2, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants