release: v0.11.1 - #151
Conversation
The manifest moves ahead of the tag so the tag can point at a commit whose version already matches it. release.yml checks they agree and refuses to build otherwise, which is only a meaningful check when nothing in the pipeline edits the manifest on the way past. Prepared by the release-pr workflow. Merging this is the release.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Team Run ID: Comment |
Greptile SummaryThis release PR prepares v0.11.1 by synchronizing the Rust workspace versions and adding the generated changelog entry.
Confidence Score: 5/5The PR appears safe to merge because its release metadata is internally consistent and the publication workflow validates version alignment. The workspace manifests and lockfile consistently identify version 0.11.1, while npm package versions are derived from the release tag and checked against the workspace manifest before publication.
|
| Filename | Overview |
|---|---|
| Cargo.toml | Bumps the shared Rust workspace version to 0.11.1, matching the intended release tag. |
| widgets/Cargo.toml | Keeps the widgets crate’s opscope-core dependency requirement aligned with the workspace release. |
| Cargo.lock | Records the synchronized 0.11.1 versions for both workspace packages. |
| CHANGELOG.md | Adds the generated v0.11.1 release notes consistent with the PR description. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart LR
C[Cargo.toml v0.11.1] --> T[Release tag v0.11.1]
T --> W[release.yml]
W --> P[npm/pack.js]
P --> N[npm packages v0.11.1]
C --> V[Version validation]
T --> V
V --> P
Reviews (1): Last reviewed commit: "release: v0.11.1" | Re-trigger Greptile
Merging this cuts v0.11.1.
It tags the merge commit and starts
release.ymlthere: threeplatforms built and tested, checked for anything dynamically
linked beyond the C runtime, tarballed with checksums,
published to npm, then attached to a GitHub Release so
npx opscopeis this version.This PR rewrites itself on every merge to main. Do not commit
to it - the branch is force-pushed - and edit the changelog on
main instead if something reads badly.
[0.11.1] - 2026-09-02
Bug Fixes
Documentation